On Mon, Apr 6, 2020 at 11:52 PM Phil Holmes <em...@philholmes.net> wrote:

> If anyone knows how to upgrade my Ubuntu 14 machine to the later Python
> version,
> please say.


You can use the deadsnakes ppa (fkrull/deadsnakes
<https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes> for pre
Ubuntu-16.04, deadsnakes/ppa
<https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa> otherwise) to
install non-included versions of python on Ubuntu distros:sudo

add-apt-repository --yes ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install --yes python3.5 python3.5-dev

You will have to manually install pip I believe doing:
wget https://bootstrap.pypa.io/get-pip.py
sudo python3.5 get-pip.py

Reply via email to