mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
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 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue