This commit is contained in:
ahmadbilalkhalid 2019-08-30 19:19:37 +05:00
commit be15534332
5 changed files with 9 additions and 5 deletions

View file

@ -63,4 +63,5 @@ def setup(path, ssh_username, ssh_key_path, ssh_key_pass, etcd_url, etcd_passwor
dst=os.path.join(repo_name, "ucloud_common", "etcd3_wrapper"),
)
op_result.add(PipenvOperation.install, path=repo_name)
op_result.add(PipenvOperation.create, path=repo_name, site_packages=True)
op_result.add(PipenvOperation.install, path=repo_name)