From fa9ef1864fb17b1d42456b15811d66029a2fa91e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 6 Apr 2000 20:09:17 +0000 Subject: [PATCH] Just in case someone wants to use this, let's fix the pathname. --- Tools/idle/idle.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/idle/idle.bat b/Tools/idle/idle.bat index a4160014cf7..cd465e34cbc 100644 --- a/Tools/idle/idle.bat +++ b/Tools/idle/idle.bat @@ -1,3 +1,3 @@ rem idle.bat -"C:\Program Files\Python\python.exe" "idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9 +"C:\Python16\python.exe" "idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9