Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running Python's IDLE in windows

I messed up my IDLE shortcut. What is the way to start IDLE from the cmd.exe shell in Windows?

like image 553
Ram Rachum Avatar asked Nov 02 '09 17:11

Ram Rachum


1 Answers

On my system, running C:\Python26\lib\idlelib\idle.py launches idle from the command prompt. Obviously you will need to adjust your path if your main Python directory isn't C:\Python26\.

It looks like you could also launch it via idle.pyw or idle.bat in that same directory.

like image 159
Mark Rushakoff Avatar answered Sep 18 '22 09:09

Mark Rushakoff