Sync charm-helpers
This commit is contained in:
@@ -115,4 +115,5 @@ def pip_create_virtualenv(path=None):
|
|||||||
else:
|
else:
|
||||||
venv_path = os.path.join(charm_dir(), 'venv')
|
venv_path = os.path.join(charm_dir(), 'venv')
|
||||||
|
|
||||||
subprocess.check_call(['virtualenv', venv_path])
|
if not os.path.exists(venv_path):
|
||||||
|
subprocess.check_call(['virtualenv', venv_path])
|
||||||
|
|||||||
Reference in New Issue
Block a user