mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
oops
This commit is contained in:
@@ -564,7 +564,6 @@ def pip_install(package_name=None, r=None, allow_global=False, require_hashes=Fa
|
||||
if require_hashes:
|
||||
install_reqs += ' --require-hashes'
|
||||
|
||||
print('"{0}" install {1} -i {2}'.format(which_pip(allow_global=allow_global), install_reqs, source['url']))
|
||||
c = delegator.run('"{0}" install {1} -i {2}'.format(which_pip(allow_global=allow_global), install_reqs, source['url']))
|
||||
|
||||
if c.return_code == 0:
|
||||
|
||||
Reference in New Issue
Block a user