From 788b0cc36bc2b7803c63b99c38251d01623130fb Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 5 Sep 2015 01:46:25 +0200 Subject: Make the venv use system resources as well (workaround https://bugs.python.org/issue24875) and fix aiodns since the interface will change due to the new pycares version. --- update.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'update.sh') diff --git a/update.sh b/update.sh index af969e39..44742241 100755 --- a/update.sh +++ b/update.sh @@ -37,6 +37,7 @@ then # In case of a python version upgrade echo 'Trying to upgrade the virtualenv' $POEZIO_VENV_COMMAND --upgrade "$POEZIO_VENV" + $POEZIO_VENV_COMMAND --system-site-packages "$POEZIO_VENV" . "$POEZIO_VENV/bin/activate" echo 'Updating the in-venv pip' @@ -49,6 +50,7 @@ then else echo "Creating the $POEZIO_VENV virtualenv" $POEZIO_VENV_COMMAND "$POEZIO_VENV" + $POEZIO_VENV_COMMAND --system-site-packages "$POEZIO_VENV" . "$POEZIO_VENV/bin/activate" cd "$POEZIO_VENV" # needed to download slixmpp inside the venv -- cgit v1.2.3