Sync charm-helpers

This commit is contained in:
Corey Bryant 2015-05-07 18:53:45 +00:00
parent ff140f9ae7
commit d5cfa23dac

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