mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+1
-1
@@ -887,7 +887,7 @@ def do_create_virtualenv(python=None, site_packages=False):
|
||||
# The user wants the virtualenv in the project.
|
||||
if project.is_venv_in_project():
|
||||
cmd = [
|
||||
'virtualenv',
|
||||
sys.executable, '-m', 'virtualenv',
|
||||
project.virtualenv_location,
|
||||
'--prompt=({0})'.format(project.name),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user