Installing Python on Solaris 9

Martin v. Löwis martin at v.loewis.de
Thu Jun 19 04:41:16 EDT 2003


solarisboy007 at yahoo.com (Solaris Boy) writes:

> I set the environment variables and compiled the stuff. 
> 
> Python was installed in /usr/local/Python-2.2.3/python. 

Can you report how exactly you have 'installed' python? In particular,
did this involve invoking 'make install'?

It appears that you did not install Python, but merely built it. If
you had installed it, the python executable would end up in a 'bin'
directory.

> Also How do I quit out of python

Ctrl-D, as with any other Unix program.

Regards,
Martin




More information about the Python-list mailing list