Quote:
Originally Posted by fishcasa
FYI,
After a clean install of Ubuntu 18.04, the install script
Code:
~$ sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
failed with
Code:
sudo: python: command not found
Cannot write to ‘-’ (Success).
after changing to in the install command, it worked.
|
ReleaseNotes for Ubuntu 18.04
Quote:
Python 2 is no longer installed by default. Python 3 has been updated to 3.6. This is the last LTS release to include Python 2 in main.
|
So according to this the next Ubuntu LTS will not have Python 2 in the repository.
bernie