8000
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 2f0b3ba commit a3c6efdCopy full SHA for a3c6efd
make.py
@@ -991,6 +991,8 @@ def _create_batch_scripts_initial(self):
991
+ "\\"
992
+ self.python_name
993
+ r"""
994
+rem 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
995
+set PYTHON=%WINPYDIR%\python.exe
996
997
set WINPYVER="""
998
+ self.winpyver
@@ -1118,6 +1120,8 @@ def _create_batch_scripts_initial(self):
1118
1120
1119
1121
+ '"'
1122
1123
+# 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
1124
+$env:PYTHON = "%WINPYDIR%\python.exe"
1125
1126
1127
$env:WINPYVER = '"""
0 commit comments