letsencrypt-auto for debian squeeze (fixes #1078).

This commit is contained in:
Jakub Warmuz
2015-10-31 12:39:24 +00:00
parent 6d8e48c4ff
commit f414f51d82
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ VENV_PATH=${VENV_PATH:-"$XDG_DATA_HOME/$VENV_NAME"}
# later steps, causing "ImportError: cannot import name unpack_url"
if [ ! -d $VENV_PATH ]
then
virtualenv --no-site-packages --python python2 $VENV_PATH
virtualenv --no-site-packages --python ${LE_PYTHON:-python2} $VENV_PATH
fi
. $VENV_PATH/bin/activate