Prepend the Python path for Windows for overriding
This commit is contained in:
committed by
calebboyd
parent
cac2759d3a
commit
76ec6a8be3
+1
-1
@@ -44,7 +44,7 @@ export class NexeCompiler {
|
||||
|
||||
if (python) {
|
||||
if (isWindows) {
|
||||
this.env.PATH = this.env.PATH + ';"' + dequote(normalize(python)) + '"'
|
||||
this.env.PATH = '"' + dequote(normalize(python)) + '";' + this.env.PATH
|
||||
} else {
|
||||
this.env.PYTHON = python
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user