Thanks for the responses gentalmen and apologies! It seems that Python IS included in Fedora but is not explicitly seen (as it is in Windows XP) as a desktop icon. It can be accessed by from the terminal by simply typing Python.

RC


From: Python <[EMAIL PROTECTED]>
To: CPIM Ronin <[EMAIL PROTECTED]>
CC: Tutor Python <tutor@python.org>
Subject: Re: [Tutor]  Linux Python install?
Date: Mon, 23 Jan 2006 10:06:24 -0500

On Mon, 2006-01-23 at 09:28 -0500, CPIM Ronin wrote:
> Sorry to bother the list with so simple a question but on moving to Linux > from Windows XP, it's not clear to me how to accomplish a Python install on
> Linux. On XP it was mostly point and click on a ".msi" file (with msi
> standing for Microsoft install). I've loaded the latest Fedora/Redhat
> release on an old AMD machine. How do I install Python such that it shows up
> as a selection under the Programming task bar with EMACS?

I assume you are using yum for package management.  It should have been
installed by default.  As root, you can issue the command
        yum install python python-docs python-devel python-tools

The package yumex provides a GUI interface to the yum package manager.
You can think of yumex as the Windows "Add/Remove Programs" application
on steroids.
        yum install yumex

The yumex install view with a filter of
        python
will provide an extensive list of additional python packages.

Finally, I do not know if this includes the best python integration with
EMACS.

> I assume I have to do this under root, right?
>
> Step by step please.
>
> Thanks.
>
> _________________________________________________________________
> Dont just search. Find. Check out the new MSN Search!
> http://search.msn.click-url.com/go/onm00200636ave/direct/01/
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
--
Lloyd Kvam
Venix Corp


_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to