Skip to content

Commit d3997d1

Browse files
committed
Fetch get-pip.py for Python 2.7 since Python 2 support was dropped in get-pip.py for pip 21.0 release
1 parent 3c6f3f0 commit d3997d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/vagrant/packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ apt-get install -q -y git build-essential pkg-config cmake3 libgeos-dev rake \
2222
libprotobuf-dev libprotobuf-c0-dev protobuf-c-compiler libharfbuzz-dev gdal-bin \
2323
curl sqlite3
2424

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

0 commit comments

Comments
 (0)