Skip to content

Commit

Permalink
Upgrade pip version when launching vagrant box (closes #139)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Dec 13, 2017
1 parent ae5f683 commit 824fb6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant/up.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#echo "-------------------------------"
apt-get update
apt-get install -y language-pack-en python-pip python-paramiko libffi-dev libssl-dev python-dev
sudo pip install --upgrade pip
sudo pip install markupsafe
sudo pip install setuptools
sudo sh -c 'echo "ubuntu ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers' # see https://askubuntu.com/questions/192050/how-to-run-sudo-command-with-no-password
Expand Down

0 comments on commit 824fb6b

Please sign in to comment.