SOCKET
Monday Apr 24, 2006
Python Installation
Download Python from:- tar zxvf python.tgz cd /path/to/python ./configure --prefix=/path/to/desiredlocation
--enable-shared Flags to observe here are:-
To install the latest version
of Python.
make
make install.
--prefix=/path/to/desiredlocation
--enable-shared – this is required so that mod python can be loaded dynamically
into Apache.
Posted at 05:43PM Apr 24, 2006 by Rob Garbutt in Misc technical |
Comments:
Post a Comment:
Comments are closed for this entry.