View Single Post
Old 04-08-2011, 04:14 PM   #1
lamparty
Member
lamparty began at the beginning.
 
lamparty's Avatar
 
Posts: 24
Karma: 10
Join Date: Aug 2009
Device: Sony Reader PRS-505
Binary install for 0.7.54 no longer working: Ubuntu

Ubuntu 10.10 gives sudo: python2: command not found.
I edited the command to just python and the install worked perfectly!
this one works in Ubuntu 10.10
sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
this one doesn't
sudo python2 -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
lamparty is offline