[Tutor] (no subject)

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Fri Aug 8 18:14:47 EDT 2003



On Thu, 7 Aug 2003 Niurkav1 at aol.com wrote:

> How do I use Python on Linux? I dont know if I even have the source
> code

Hi Niurkav1,


Welcome aboard!  Let's do a quick check to see if Python is already
installed on your Linux system.  Try:

    $ which python

at your command prompt line, and tell us how your system responds to this.


If you have Python installed, then you're all set!  If you're running a
Red Hat-based system, for example, since it comes installed by default,
you shouldn't need to do anything else to install Python.

If not, you may need to do a little more work, but it's not too difficult:
most Python distributions comes with a package-management system to ease
installation difficulties.


If you're trying to learn how to use Python, you may want to look at the
Beginners Guide to Python:

    http://python.org/topics/learn


Talk to you later!




More information about the Tutor mailing list