File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -871,7 +871,8 @@ def _create_batch_scripts_initial(self):
871
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
+ set PYTHONPATHz=%WINPYDIR%;%WINPYDIR%\Lib;%WINPYDIR%\DLLs
875
876
set WINPYVER="""
876
877
+ self .winpyver
877
878
+ r"""
@@ -1028,7 +1029,8 @@ def _create_batch_scripts_initial(self):
1028
1029
+ '"'
1029
1030
+ r"""
1030
1031
# 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
1031
- $env:PYTHON = "%WINPYDIR%\python.exe"
1032
+ $env:PYTHON = "%WINPYDIR%\\python.exe"
1033
+ $env:PYTHONPATHz = "%WINPYDIR%;%WINPYDIR%\\Lib;%WINPYDIR%\DLLs"
1032
1034
1033
1035
1034
1036
$env:WINPYVER = '"""
@@ -1479,7 +1481,7 @@ def _create_batch_scripts(self):
1479
1481
r"""@echo off
1480
1482
call "%~dp0env_for_icons.bat" %*
1481
1483
if not "%WINPYWORKDIR%"=="%WINPYWORKDIR1%" cd %WINPYWORKDIR1%
1482
- %USERPROFILE%\AppData\Local\Microsoft\WindowsApps\wt.exe
1484
+ " %USERPROFILE%\AppData\Local\Microsoft\WindowsApps\wt.exe"
1483
1485
exit
1484
1486
""" ,
1485
1487
)
Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '7.0.20231126 '
31
+ __version__ = '7.1.20231216 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
You can’t perform that action at this time.
0 commit comments