My Server supports Python?

Courageous jkraska1 at san.rr.com
Sat May 6 13:12:41 EDT 2000


Will Ware wrote:
> 
> Shah, Navneet (navneet at swt.edu) wrote:
> > I need to add some python programming on my website.
> > How do I check whether my server supports python programming?
> 
> If you have a shell account, try typing "python" at the command
> line. If you get back a version number, copyright notice, and
> ">>>" prompt, your ISP has Python.

% find / -name "python*" -print

This would be a bit more authoratative, albeit take a long while.


:)



C/



More information about the Python-list mailing list