mirror of https://github.com/python/cpython
Get rid of hardcoded Python path (can't guess where the user installed
IDLE, and it likely changes across releases anyway).
This commit is contained in:
parent
45bbda2593
commit
401396fc60
|
@ -1,3 +1,3 @@
|
|||
rem idle.bat
|
||||
|
||||
"C:\Python16\python.exe" "idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
start idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
|
Loading…
Reference in New Issue