We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6f3f0 commit d3997d1Copy full SHA for d3997d1
scripts/vagrant/packages.sh
@@ -22,6 +22,6 @@ apt-get install -q -y git build-essential pkg-config cmake3 libgeos-dev rake \
22
libprotobuf-dev libprotobuf-c0-dev protobuf-c-compiler libharfbuzz-dev gdal-bin \
23
curl sqlite3
24
25
-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
26
python get-pip.py
27
pip install -U -r /vagrant/msautotest/requirements.txt
0 commit comments