Install IDLE in Linux
IDLE is a very nice and common tool for python programming. In windows, it comes with default python installation. But in Linux it doesn't come built in. So in Ubuntu I used Synaptic Package Manager to download/install IDLE. Fedora systems comes with Python but dont come with IDLE.. In fact if you search for a package or rpm named idle, you wont find that. IDLE is in python-tools package. So the following command (as root) will install IDLE in Fedora or other RedHat systems.
yum install python-tools
To download Python: http://python.org/download/
Enjoy your ride on Python !
yum install python-tools
To download Python: http://python.org/download/
Enjoy your ride on Python !
Comments
sudo apt-get install idle
#apt-get install idle idle-python2.6
(Default IDLE version is IDLE3)
The menu bar of Python IDLE in Ubuntu 11.04 is so small that I can barely see the texts. Any ideas to fix this? Thanks.
The menu bar of python IDLE in Ubuntu 11.04 is so small that I can barely see the menu texts. Any ideas to fix this? Thanks.