Skip to content

Commit

Permalink
vagrant: use https pypi url for wheezy
Browse files Browse the repository at this point in the history
http url stopped working
  • Loading branch information
ThomasWaldmann committed Nov 5, 2017
1 parent 3097c05 commit ce7936b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def packages_debianoid(user)
# this way it works on older dists (like ubuntu 12.04) also:
# for python 3.2 on ubuntu 12.04 we need pip<8 and virtualenv<14 as
# newer versions are not compatible with py 3.2 any more.
easy_install3 'pip<8.0'
easy_install3 -i https://pypi.python.org/simple/ 'pip<8.0'
pip3 install 'virtualenv<14.0'
EOF
end
Expand Down

0 comments on commit ce7936b

Please sign in to comment.