PDA

View Full Version : Python Idle



jgoodguy
March 5th, 2006, 04:52 AM
Is PYTHON IDLE part of the distrubution? If so where is it. If not what do I need to do to install it.

Or is there a better PYTHON IDE, supplied.

Qrk
March 5th, 2006, 04:57 AM
Is PYTHON IDLE part of the distrubution? If so where is it. If not what do I need to do to install it.

Or is there a better PYTHON IDE, supplied.

IDLE is great, and its in the repositories. To install, use synaptic or type:


sudo apt-get install idle-python2.4

jgoodguy
March 5th, 2006, 05:37 AM
IDLE is great, and its in the repositories. To install, use synaptic or type:


sudo apt-get install idle-python2.4

Thanks very much!

UtahGiveme2
July 17th, 2011, 05:05 PM
I'm a Noob to Ubuntu and when i tried to perform this command i got a unable to locate line in my terminal. What do i do?

ubun2geek
September 6th, 2011, 02:42 PM
Try typing 2.7 instead of 2.4. That should solve your problem.