View Single Post
Old 07-27-2012, 09:29 AM   #8
djg
Junior Member
djg began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jan 2012
Device: Kindle 4, Powerbook 902
Ah well, my path was incorrect (unusual username)

This command works like a charm:

python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main(install_dir='/home/djg/nobackup/calibre')"

Thanks a lot!
djg is offline   Reply With Quote