update pip so it automatically tries to setup virtualenv with python3

This commit is contained in:
Ronny Abraham 2019-02-09 23:46:19 +02:00
parent 4a2cdf9f16
commit 8cc2e9a101

View file

@ -13,7 +13,7 @@ ERROR_BAD_PARAM = -2
@task @task
def setup_virtualenv(python3=False): def setup_virtualenv(python3=True):
configuration = env.config configuration = env.config
if env.debug: if env.debug: