mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #1861 from meshy/pew-associate-project-dir
Associate project dir with new virtual environment
This commit is contained in:
@@ -906,6 +906,8 @@ def do_create_virtualenv(python=None, site_packages=False):
|
||||
'new',
|
||||
project.virtualenv_name,
|
||||
'-d',
|
||||
'-a',
|
||||
project.project_directory,
|
||||
]
|
||||
# Default to using sys.executable, if Python wasn't provided.
|
||||
if not python:
|
||||
|
||||
Reference in New Issue
Block a user