File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -871,7 +871,7 @@ def _create_batch_scripts_initial(self):
871
<
8000
td data-grid-cell-id="diff-6bf738d0dd0f963c9f86b7917b2513277e7b3f78eeea507f809f49bdcad61733-871-871-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">871
+ self .python_name
872
872
+ r"""
873
873
rem 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
874
- set PYTHON=%WINPYDIR%\\ python.exe
874
+ set PYTHON=%WINPYDIR%\python.exe
875
875
set PYTHONPATHz=%WINPYDIR%;%WINPYDIR%\Lib;%WINPYDIR%\DLLs
876
876
set WINPYVER="""
877
877
+ self .winpyver
@@ -1029,8 +1029,8 @@ def _create_batch_scripts_initial(self):
1029
1029
+ '"'
1030
1030
+ r"""
1031
1031
# 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
1032
- $env:PYTHON = "%WINPYDIR%\\ python.exe"
1033
- $env:PYTHONPATHz = "%WINPYDIR%;%WINPYDIR%\\ Lib;%WINPYDIR%\DLLs"
1032
+ $env:PYTHON = "%WINPYDIR%\python.exe"
1033
+ $env:PYTHONPATHz = "%WINPYDIR%;%WINPYDIR%\Lib;%WINPYDIR%\DLLs"
1034
1034
1035
1035
1036
1036
$env:WINPYVER = '"""
You can’t perform that action at this time.
0 commit comments