update so that mkvirtualenv will install python3
This commit is contained in:
parent
acc2392182
commit
a98f1635f4
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ def setup_virtualenv():
|
|||
format='\n%(levelname)s: deploy.setup_virtualenv %(message)s',
|
||||
level=logging.DEBUG)
|
||||
|
||||
mkvirtualenv_cmd = "mkvirtualenv --no-site-packages " \
|
||||
mkvirtualenv_cmd = "mkvirtualenv --no-site-packages --python=`which python3` " \
|
||||
"{virtualenv_name}".format(
|
||||
virtualenv_name=configuration.virtualenv.name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue