[Tutor] More re IDLE in Linux

Kirby Urner urnerk@qwest.net
Tue, 18 Sep 2001 07:48:30 -0700


I should add that if you want to use IDLE in Linux
you may find that the default font it gives you is
too small.  You can mess with default fonts in some
defaults file to make it bigger.  Also, if you
./configure, make, make install a version of Python,
it may not put an IDLE in place for you automatically.
The files you download will have it in a subdirectory
of the original tarball called /Tools I think it is.
Use Linux 'find' (one suggestion) to locate the IDLE
stuff.  Then copy "it" (a whole subdirectory actually)
to the appropriate place on your directory tree.

Kirby

At 07:32 AM 9/18/2001 -0700, Kirby Urner wrote:
>At 02:12 PM 9/18/2001 +0530, Ajaya Babu wrote:
>
>>Hi All,
>>
>>I am using python on windows with IDLE but I want
>>to shift to Linux permanently.