Sync charm-helpers

This commit is contained in:
Corey Bryant 2015-05-07 19:02:46 +00:00
parent 9c6b4c4ea9
commit 163841485c
1 changed files with 2 additions and 1 deletions

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])