File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
portable/launchers_final/scripts Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11@ echo off
22call " %~dp0 env_for_icons.bat" %*
3- " %WINPYDIR% \python.exe" " %WINPYDIR% \Lib\idlelib\idle.pyw" %*
3+ rem "%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\idlelib\idle.pyw" %*
4+ " %WINPYDIR% \python.exe" -m idlelib %*
Original file line number Diff line number Diff line change 11@ echo off
22call " %~dp0 env_for_icons.bat" %*
3- " %WINPYDIR% \scripts\jupyter-notebook.exe" %*
3+ rem "%WINPYDIR%\scripts\jupyter-notebook.exe" %*
4+ " %WINPYDIR% \python.exe" -m jupyter notebook %*
Original file line number Diff line number Diff line change 11@ echo off
22call " %~dp0 env_for_icons.bat" %*
3- " %WINPYDIR% \scripts\jupyter-lab.exe" %*
3+ rem "%WINPYDIR%\scripts\jupyter-lab.exe" %*
4+ " %WINPYDIR% \python.exe" -m jupyter lab %*
Original file line number Diff line number Diff line change 11@ echo off
22call " %~dp0 env_for_icons.bat" %*
33rem backward compatibility for non-ptpython users
4- if exist " %WINPYDIR% \scripts\ ptpython.exe " (
5- " %WINPYDIR% \scripts\ptpython .exe" %*
4+ if exist " %WINPYDIR% \Lib\site-packages\ ptpython" (
5+ " %WINPYDIR% \python .exe" -m ptpython %*
66) else (
77 " %WINPYDIR% \python.exe" %*
88)
Original file line number Diff line number Diff line change 11@ echo off
22call " %~dp0 env_for_icons.bat" %*
3- cmd.exe /k " echo wppm & wppm %* "
3+ rem cmd.exe /k "echo wppm & wppm" %*
4+ cmd.exe /k " echo wppm & python -m wppm" %*
You can’t perform that action at this time.
0 commit comments