mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
install: Install python3, python3-six
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
1ea8abe493
commit
2d6525df04
@@ -25,7 +25,7 @@ ZULIP_PATH="$(realpath $(dirname $0)/../..)"
|
|||||||
"$ZULIP_PATH"/scripts/lib/setup-apt-repo
|
"$ZULIP_PATH"/scripts/lib/setup-apt-repo
|
||||||
|
|
||||||
apt-get -y dist-upgrade $APT_OPTIONS
|
apt-get -y dist-upgrade $APT_OPTIONS
|
||||||
apt-get install -y puppet git python python-six crudini $ADDITIONAL_PACKAGES
|
apt-get install -y puppet git python python3 python-six python3-six crudini $ADDITIONAL_PACKAGES
|
||||||
|
|
||||||
# Create and activate a virtualenv
|
# Create and activate a virtualenv
|
||||||
if [ "$VIRTUALENV_NEEDED" = "yes" ]; then
|
if [ "$VIRTUALENV_NEEDED" = "yes" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user