How To Check If Python is Installed In Your Server

Mobile
feeds
Welcome Login | Register


How To Check If Python is Installed In Your Server
How To Check If Python is Installed In Your Server This page contains information about How To Check If Python is Installed In Your Server Here you can also give your thought about the subject of How To Check If Python is Installed In Your Server


Main List


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
Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments

# 87541 Reply By wallpaperama On Thu Dec 25, 2008 12:45 pm
wallpaperama
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
car
but i cant see any shell in my hosting panel. is there anything we can check without writing in shell command