Skip to content

Commit 96c71b9

Browse files
Merge pull request #16 from surdu/python-six
fix: install six dependecy
2 parents 60f3724 + 8951256 commit 96c71b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

native-script.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ def install_environment_variable(name, value)
136136
# For more information see: https://github.com/CocoaPods/Xcodeproj/pull/393#issuecomment-231055159
137137
install("CocoaPods", "Installing CocoaPods... This might take some time, please, be patient.", 'gem install cocoapods -V', true)
138138
install("CocoaPods", "Setup CocoaPods... This might take some time, please, be patient.", 'pod setup', false)
139+
install("pip", "Installing pip... This might take some time, please, be patient.", 'easy_install pip', true)
140+
install("six", "Installing 'six' python package... This might take some time, please, be patient.", 'pip install six', false)
139141
install("xcodeproj", "Installing xcodeproj... This might take some time, please, be patient.", 'gem install xcodeproj -V', true)
140142

141143
puts "Configuring your system for Android development... This might take some time, please, be patient."

0 commit comments

Comments
 (0)