update pip so it automatically tries to setup virtualenv with python3
This commit is contained in:
parent
4a2cdf9f16
commit
8cc2e9a101
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ ERROR_BAD_PARAM = -2
|
|||
|
||||
|
||||
@task
|
||||
def setup_virtualenv(python3=False):
|
||||
def setup_virtualenv(python3=True):
|
||||
configuration = env.config
|
||||
|
||||
if env.debug:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue