Install your own Python and Python modules

From Julian Yap

Allows you to specify your installation directory and Python home. Scripts which use this version of Python must specify it directly either through the commmand line or through the scripts shebang line.

essay papers An essay mill (or paper mill) is a ghostwriting service that sells essay.. and professional writers to ghostwrite essays and term ...

Build MySQLdb module

cd MySQL-python-1.2.0; 
export mysqlversion="4.1.11"
export mysqlclient="mysqlclient_r"
export mysqloptlibs="ssl crypto"
$HOME/local/bin/python setup.py  build
$HOME/local/bin/python setup.py install --home=$HOME/local
--install-lib=$HOME/local/lib/python2.4
# This may work also
$HOME/local/bin/python setup.py setup.py install --prefix=$HOME/local/