File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -871,7 +871,8 @@ def _create_batch_scripts_initial(self):
871871 + self .python_name
872872 + r"""
873873rem 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
875876set WINPYVER="""
876877 + self .winpyver
877878 + r"""
@@ -1028,7 +1029,8 @@ def _create_batch_scripts_initial(self):
10281029 + '"'
10291030 + r"""
10301031# 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"
10321034
10331035
10341036$env:WINPYVER = '"""
@@ -1479,7 +1481,7 @@ def _create_batch_scripts(self):
14791481 r"""@echo off
14801482call "%~dp0env_for_icons.bat" %*
14811483if not "%WINPYWORKDIR%"=="%WINPYWORKDIR1%" cd %WINPYWORKDIR1%
1482- %USERPROFILE%\AppData\Local\Microsoft\WindowsApps\wt.exe
1484+ " %USERPROFILE%\AppData\Local\Microsoft\WindowsApps\wt.exe"
14831485exit
14841486""" ,
14851487 )
Original file line number Diff line number Diff line change 2828OTHER DEALINGS IN THE SOFTWARE.
2929"""
3030
31- __version__ = '7.0.20231126 '
31+ __version__ = '7.1.20231216 '
3232__license__ = __doc__
3333__project_url__ = 'http://winpython.github.io/'
You can’t perform that action at this time.
0 commit comments