mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
appears to be working
This commit is contained in:
+5
-5
@@ -278,11 +278,11 @@ def get_default_indexes():
|
||||
|
||||
indexes = []
|
||||
|
||||
# Support for PIP_INDEX_URL.
|
||||
if 'PIP_INDEX_URL' in os.environ:
|
||||
indexes.append(os.environ['PIP_INDEX_URL'])
|
||||
|
||||
# Support for config file.
|
||||
# Support for PIP_INDEX_URL.
|
||||
if 'PIP_INDEX_URL' in os.environ:
|
||||
indexes.append(os.environ['PIP_INDEX_URL'])
|
||||
|
||||
# Support for config file.
|
||||
p = index.PackageIndex()
|
||||
p.read_configuration()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user