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()"
|