mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -0,0 +1 @@
|
||||
Return an empty dict when ``PIPENV_DONT_LOAD_ENV`` is set.
|
||||
+1
-1
@@ -2459,7 +2459,7 @@ def do_run(project, command, args, three=None, python=False, pypi_mirror=None):
|
||||
)
|
||||
|
||||
env = os.environ.copy()
|
||||
env.update(load_dot_env(project, as_dict=True))
|
||||
env.update(load_dot_env(project, as_dict=True) or {})
|
||||
env.pop("PIP_SHIMS_BASE_MODULE", None)
|
||||
|
||||
path = env.get('PATH', '')
|
||||
|
||||
Reference in New Issue
Block a user