2012. 2. 22.

install python into user home

mkdir /home/iam/.targetdir
cd Python-2.7
make clean
./configure --prefix=/home/iam/.targetdir
make
make install
check.
/home/iam/.targetdir/bin/python2.7

You must change first line.
#!/home/iam/.targetdir/bin/python2.7

2012. 2. 16.

How to install google_api_lib when you have no root right.

How to  install google_api_lib when you have no root right.

python ./setup.py install --home=~


This command install lib in your home directory


==> ~lib/python