This commit is contained in:
Anthony Sottile 2015-12-10 10:48:50 +00:00
commit 65e6d13e61
3 changed files with 4 additions and 2 deletions

View file

@ -56,7 +56,7 @@ def install_environment(
# Install a virtualenv
with clean_path_on_failure(repo_cmd_runner.path(directory)):
venv_cmd = [
sys.executable, '-m', 'virtualenv',
sys.executable, '-m', 'virtualenv_hax',
'{{prefix}}{0}'.format(directory)
]
if version != 'default':