Skip to content

Commit

Permalink
Add pip and awscli.
Browse files Browse the repository at this point in the history
With hacks for pip on El Cap. Cf. pypa/pip#3165
  • Loading branch information
nz committed Nov 4, 2015
1 parent badde10 commit 0b3264e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions omc
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ brew_install_or_upgrade memcached
brew_install_or_upgrade zookeeper
brew_install_or_upgrade maven
brew_install_or_upgrade gh

if [ ! -x pip ]; then
sudo easy_install pip
fi

sudo pip install --ignore-installed --upgrade awscli

0 comments on commit 0b3264e

Please sign in to comment.