Sync charm-helpers

This commit is contained in:
Corey Bryant
2015-05-07 18:18:21 +00:00
parent f09e9909a1
commit 304f28151c

View File

@@ -115,4 +115,5 @@ def pip_create_virtualenv(path=None):
else:
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])