How To Check If Python is Installed In Your Server
How To Check If Python is Installed In Your Server
By: Webmaster
The Google Sitemap Generator is a Python script that creates a Sitemap for your site using the Sitemap Protocol. This script can create Sitemaps from URL lists, web server directories, or from access logs. In order to use this script you must have Python installed in your webserver.
Before Joinning Google Sitemap Generator, I had never heard of Python before. Much less aware if it was installed in my web server.
To find out if you have Python installed in your Linux server all you have to do is execute the following command at the shell prompt:
| which python |
For me - When I executed this command it displayed:
| /usr/bin/python |
You might get something different, but the idea is to see "python"
Posted on: Apr 09, 2006
|
|
|
# 87541 Reply By wallpaperama On Thu Dec 25, 2008 12:45 pm
if you have a hosting planel and you dont have shell access, then its better to ask your hosting company. or you can create a test.py file and see if it works.
# 87436 Reply By car On Wed Dec 24, 2008 4:48 am
but i cant see any shell in my hosting panel. is there anything we can check without writing in shell command