Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
4
Dependencies/Python/Lib/idlelib/idle.bat
vendored
Normal file
4
Dependencies/Python/Lib/idlelib/idle.bat
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
rem Start IDLE using the appropriate Python interpreter
|
||||
set CURRDIR=%~dp0
|
||||
start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
|
Reference in New Issue
Block a user