This commit is contained in:
Jeffrey Paul 2016-10-07 20:40:52 -04:00
parent 9afd352664
commit 04038e5b18
2 changed files with 10 additions and 4 deletions

View File

@ -0,0 +1,8 @@
PYTHON_PKGS="
awscli
virtualenv
"
for PKG in $PYTHON_PKGS ; do
/usr/local/bin/pip install --user $PKG
done

View File

@ -33,8 +33,6 @@ sudo defaults write /Library/Preferences/com.apple.commerce AutoUpdateRestartReq
sudo defaults write /Library/Preferences/com.apple.AppleFileServer guestAccess -bool false
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server AllowGuestAccess -bool false
# install three python modules systemwide, that's all
# do the rest with pip install --user in homedir
# install pip so users can
# pip install --user <pkg>
sudo easy_install pip
sudo /usr/local/bin/pip install virtualenv
sudo /usr/local/bin/pip install awscli