We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b693a4d commit 8f03712Copy full SHA for 8f03712
1 file changed
pyperformance/venv.py
@@ -88,7 +88,8 @@ def get_venv_program(program):
88
def _get_envvars(inherit=None):
89
# Restrict the env we use.
90
env = {}
91
- copy_env = ["PATH", "HOME", "TEMP", "COMSPEC", "SystemRoot"]
+ copy_env = ["PATH", "HOME", "TEMP", "COMSPEC", "SystemRoot",
92
+ "ProgramFiles", "ProgramFiles(x86)"]
93
if inherit:
94
copy_env.extend(inherit)
95
for name in copy_env:
0 commit comments