mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+1
-1
@@ -1245,7 +1245,7 @@ def pip_install(
|
||||
# Install dependencies when a package is a VCS dependency.
|
||||
if [x for x in requirements.parse(package_name.split('--hash')[0])][0].vcs:
|
||||
no_deps = False
|
||||
if allow_global is False:
|
||||
if not allow_global:
|
||||
src = '--src {0}'.format(project.virtualenv_src_location)
|
||||
else:
|
||||
src = ''
|
||||
|
||||
Reference in New Issue
Block a user