mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 01:53:59 +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
|
||||
|
||||
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
|
||||
if [ "$VIRTUALENV_NEEDED" = "yes" ]; then
|
||||
|
||||
Reference in New Issue
Block a user