Thread
:
Google command line tool
View Single Post
stlpaul
2010-06-21 , 05:53
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
Quote & Reply
|
The Following 3 Users Say Thank You to stlpaul For This Useful Post:
captainqtp
,
getnani
,
salinmooch
stlpaul
View Public Profile
Send a private message to stlpaul
Find all posts by stlpaul