View Single Post
Posts: 1,141 | Thanked: 781 times | Joined on Dec 2009 @ Magical Unicorn Land
#7
Here's my step by step including "proper" build & install as user. Open xterm and then type these commands (if you are ssh'ed as root you can change to normal user account by "su - user")
  • sudo apt-get install wget python-gdata
  • wget http://googlecl.googlecode.com/files/googlecl-0.9.7.tar.gz
  • tar zxvf googlecl-0.9.7.tar.gz
  • cd googlecl-0.9.7
  • python setup.py install --home=~
  • echo PATH=\"\$PATH:/home/user/bin\" >> ~/.profile
  • echo PYTHONPATH=\"\$PYTHONPATH:/home/user/lib/python\" >> ~/.profile
  • source ~/.profile
  • google

and enjoy
 

The Following 3 Users Say Thank You to stlpaul For This Useful Post: