Skip to content

Commit

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

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

Expand Down

0 comments on commit cde0920

Please sign in to comment.