File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1013,9 +1013,12 @@ def _create_batch_scripts_initial(self):
1013
1013
if "%WINPYDIR:~-5%"=="amd64" set WINPYARCH=WIN-AMD64
1014
1014
set FINDDIR=%WINDIR%\system32
1015
1015
echo ";%PATH%;" | %FINDDIR%\find.exe /C /I ";%WINPYDIR%\;" >nul
1016
- if %ERRORLEVEL% NEQ 0 set PATH="""
1016
+ if %ERRORLEVEL% NEQ 0 (
1017
+ set "PATH="""
1017
1018
+ path
1018
- + r"""
1019
+ + r""""
1020
+ cd .
1021
+ )
1019
1022
1020
1023
rem force default pyqt5 kit for Spyder if PyQt5 module is there
1021
1024
if exist "%WINPYDIR%\Lib\site-packages\PyQt5\__init__.py" set QT_API=pyqt5
Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '2.3.20200215 '
31
+ __version__ = '2.3.20200307 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
You can’t perform that action at this time.
0 commit comments