Skip to content

Commit

Permalink
Python 3 deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed May 13, 2022
1 parent 5d7b4ca commit 7b436b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions conf/packages
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
postgresql-client
memcached
virtualenv
libapache2-mod-wsgi
python-dev
libapache2-mod-wsgi-py3
python3-dev
libgdal-dev
2 changes: 1 addition & 1 deletion conf/pre_deploy_actions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd "$(dirname $BASH_SOURCE)"/..
PYTHONDONTWRITEBYTECODE=""

# create the virtual environment
virtualenv_args=""
virtualenv_args="--python python3"
virtualenv_dir='.venv'
virtualenv_activate="$virtualenv_dir/bin/activate"

Expand Down

0 comments on commit 7b436b9

Please sign in to comment.