8000 adapt to Julia 1.x · Xubash/winpython@a3c6efd · GitHub
[go: up one dir, main page]

Skip to content

Commit a3c6efd

Browse files
committed
adapt to Julia 1.x
1 parent 2f0b3ba commit a3c6efd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

make.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,8 @@ def _create_batch_scripts_initial(self):
991991
+ "\\"
992992
+ self.python_name
993993
+ r"""
994+
rem 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
995+
set PYTHON=%WINPYDIR%\python.exe
994996
995997
set WINPYVER="""
996998
+ self.winpyver
@@ -1118,6 +1120,8 @@ def _create_batch_scripts_initial(self):
11181120
+ self.python_name
11191121
+ '"'
11201122
+ r"""
1123+
# 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
1124+
$env:PYTHON = "%WINPYDIR%\python.exe"
11211125
11221126
11231127
$env:WINPYVER = '"""

0 commit comments

Comments
 (0)
0