Merge pull request #1861 from meshy/pew-associate-project-dir

Associate project dir with new virtual environment
This commit is contained in:
Tzu-ping Chung
2018-05-17 18:34:57 +08:00
committed by GitHub
+2
View File
@@ -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: