lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GUB failure


From: Matthew Peveler
Subject: Re: GUB failure
Date: Tue, 7 Apr 2020 00:14:10 +0900

On Mon, Apr 6, 2020 at 11:52 PM Phil Holmes <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]