Skip to content

Commit 9bb1a3c

Browse files
committed
allow pip to use mirrors (pypi is down)
1 parent a7c37b0 commit 9bb1a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ apt_get update
371371
apt_get install `cat $FILES/apts/* | cut -d\# -f1 | grep -Ev "mysql-server|rabbitmq-server|memcached"`
372372

373373
# install python requirements
374-
sudo PIP_DOWNLOAD_CACHE=/var/cache/pip pip install `cat $FILES/pips/*`
374+
sudo PIP_DOWNLOAD_CACHE=/var/cache/pip pip install --use-mirrors `cat $FILES/pips/*`
375375

376376
# git clone only if directory doesn't exist already. Since ``DEST`` might not
377377
# be owned by the installation user, we create the directory and change the

0 commit comments

Comments
 (0)