Use zulip-py3-venv when running on Python 3

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2016-11-19 23:45:53 -05:00
committed by Tim Abbott
parent c0f2cebe0c
commit 712c98cb48
4 changed files with 9 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ apt-get install -y puppet git python python-six crudini $ADDITIONAL_PACKAGES
# Create and activate a virtualenv
if [ "$VIRTUALENV_NEEDED" = "yes" ]; then
"$ZULIP_PATH"/scripts/lib/create-production-venv "$ZULIP_PATH"/zulip-venv
"$ZULIP_PATH"/scripts/lib/create-production-venv "$ZULIP_PATH"
fi
# puppet apply