I highly recommend you have a look into ipython. It is a breeze to work with. I usually have a couple of terminal screens open, one with the ipython interpreter, which helps me a lot when testing code snipplets.
You can install it using yumex, or just run 'yum install ipython' from the root command line. If you just started with Fedora, go into this site and follow the tips provided. It really improves your working environment. It will also provide you with extra repositories which allow you the installation of ipython among other packages. Fedora Core 4 Tips and Tricks http://home.gagme.com/greg/linux/fc4-tips.php On Mon, 2006-01-23 at 10:06 -0500, Python wrote: > 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 _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor