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 4192120 commit 251f9aaCopy full SHA for 251f9aa
SConstruct
@@ -49,7 +49,7 @@ if 'PREFIX' in os.environ:
49
vars.Add(PathVariable(
50
'prefix',
51
'installation prefix directory',
52
- os.environ['prefix']))
+ os.environ['PREFIX']))
53
vars.Update(env)
54
elif 'CONDA_PREFIX' in os.environ:
55
0 commit comments