mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -36,7 +36,7 @@ class Environment(object):
|
||||
sources = project.sources
|
||||
self.sources = sources
|
||||
if project and not pipfile:
|
||||
pipfile = project.pipfile
|
||||
pipfile = project.parsed_pipfile
|
||||
self.pipfile = pipfile
|
||||
self.extra_dists = []
|
||||
prefix = prefix if prefix else sys.prefix
|
||||
|
||||
Reference in New Issue
Block a user