Python quick setup URL for Linux setup?

Aahz aahz at pythoncraft.com
Sun Mar 31 18:38:10 EST 2002


In article <KUMp8.42208$1f1.3348682 at e3500-atl2.usenetserver.com>,
Robert Oschler <Oschler at earthlink.net> wrote:
>
>Can anyone point me to a fasttrack URL/doc for setting up Python on Linux
>running KDE?  If it matters I'm using SUSE 7.3 Pro.

First of all, you should already have Python installed on your system
(although an older version).  What happens if you just type "python"?

As for compiling Python, just cd to the source directory and run the
following commands:

./configure
make
make test
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Why is this newsgroup different from all other newsgroups?



More information about the Python-list mailing list