Skip to content
Snippets Groups Projects
Commit 28299488 authored by Jean-Francois Rey's avatar Jean-Francois Rey :shamrock:
Browse files

update python3 install and xcode install

parent f84ace0d
Branches master
No related tags found
No related merge requests found
......@@ -12,10 +12,11 @@ echo | ./homebrewscript/install.sh
echo | ./homebrewscript/install.sh
rm -rf homebrewscript
echo "Install homebrew sshpass"
#echo "Install homebrew sshpass"
# otherwise install from src
#brew tap esolitos/ipa
#brew install sshpass
echo "Install python 3.x"
brew install python
......@@ -9,7 +9,10 @@ hdiutil detach /Volumes/Command\ Line\ Developer\ Tools
rm Command_Line_Tools_for_Xcode.dmg
echo "Install Xcode"
xip -x ~/Xcode.xip
xip -x ~/Xcode.xip
rm ~/Xcode.xip
sudo mv Xcode.app /Applications/Xcode.app
sudo xcode-select --switch /Applications/Xcode.app
sudo xcodebuild -license accept
echo "All done"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment