mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #3009 from RafalSkolasinski/fix_2990
Add trailing white space to --prompt argument when creating virtualenv
This commit is contained in:
+1
-1
@@ -875,7 +875,7 @@ def do_create_virtualenv(python=None, site_packages=False, pypi_mirror=None):
|
||||
sys.executable,
|
||||
"-m",
|
||||
"virtualenv",
|
||||
"--prompt=({0})".format(project.name),
|
||||
"--prompt=({0}) ".format(project.name),
|
||||
"--python={0}".format(python),
|
||||
project.get_location_for_virtualenv(),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user