SOCKET

Monday Apr 24, 2006

Python Installation



To install the latest version of Python.

Download Python from:-

http://www.python.org/

tar zxvf python.tgz

cd /path/to/python

./configure --prefix=/path/to/desiredlocation --enable-shared
make
make install.

Flags to observe here are:-

--prefix=/path/to/desiredlocation
--enable-shared – this is required so that mod python can be loaded dynamically into Apache.

Comments:

Post a Comment:
Comments are closed for this entry.

Calendar

Feeds

Search

Links

Navigation

Referers