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 a7c37b0 commit 9bb1a3cCopy full SHA for 9bb1a3c
stack.sh
@@ -371,7 +371,7 @@ apt_get update
371
apt_get install `cat $FILES/apts/* | cut -d\# -f1 | grep -Ev "mysql-server|rabbitmq-server|memcached"`
372
373
# install python requirements
374
-sudo PIP_DOWNLOAD_CACHE=/var/cache/pip pip install `cat $FILES/pips/*`
+sudo PIP_DOWNLOAD_CACHE=/var/cache/pip pip install --use-mirrors `cat $FILES/pips/*`
375
376
# git clone only if directory doesn't exist already. Since ``DEST`` might not
377
# be owned by the installation user, we create the directory and change the
0 commit comments