Skip to content

Commit 5c9a0ea

Browse files
authored
Merge pull request udacity#52 from SteveWooding/patch-1
Install latest version of Pip, instead of distribution version
2 parents ff99b16 + b176045 commit 5c9a0ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vagrant/pg_config.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ apt-get -qqy update
22
apt-get -qqy install postgresql python-psycopg2
33
apt-get -qqy install python-flask python-sqlalchemy
44
apt-get -qqy install python-pip
5+
pip install packaging
6+
pip install appdirs
7+
pip install -U six
58
pip install bleach
69
pip install oauth2client
710
pip install requests

0 commit comments

Comments
 (0)