Skip to content

Commit

Permalink
Constrain pip to 9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Fabiani committed Apr 26, 2018
1 parent 419d2e1 commit 95e91b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function setup_django_once() {
}

function setup_django_every_time() {
pip install --upgrade pip --quiet
pip install pip==9.0.3 --quiet
pip install $GEONODE_SHARE/GeoNode-*.zip --no-dependencies --quiet

geonodedir=`python -c "import geonode;import os;print os.path.dirname(geonode.__file__)"`
Expand Down

0 comments on commit 95e91b7

Please sign in to comment.