Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fetch get-pip.py for Python 2.7 since Python 2 support was dropped in…
… get-pip.py for pip 21.0 release
  • Loading branch information
dmorissette committed Apr 7, 2021
1 parent 3c6f3f0 commit d3997d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vagrant/packages.sh
Expand Up @@ -22,6 +22,6 @@ apt-get install -q -y git build-essential pkg-config cmake3 libgeos-dev rake \
libprotobuf-dev libprotobuf-c0-dev protobuf-c-compiler libharfbuzz-dev gdal-bin \
curl sqlite3

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
python get-pip.py
pip install -U -r /vagrant/msautotest/requirements.txt

0 comments on commit d3997d1

Please sign in to comment.