From 91d788c20173043c2f64248d27e04e23735b180b Mon Sep 17 00:00:00 2001 From: Sander van Dragt Date: Thu, 9 Nov 2017 15:00:54 +0000 Subject: [PATCH] deadsnakes repository change --- docs/starting/install3/linux.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/starting/install3/linux.rst b/docs/starting/install3/linux.rst index a152502e3..1c6d67d35 100644 --- a/docs/starting/install3/linux.rst +++ b/docs/starting/install3/linux.rst @@ -18,9 +18,10 @@ If you are using Ubuntu 16.10 or newer, then you can easily install Python 3.6 w $ sudo apt-get update $ sudo apt-get install python3.6 -If you're using another version of Ubuntu (e.g. the latest LTS release), we recommend using the `deadsnakes PPA `_ to install Python 3.6:: +If you're using another version of Ubuntu (e.g. the latest LTS release), we recommend using the `deadsnakes PPA `_ to install Python 3.6:: - $ sudo add-apt-repository ppa:fkrull/deadsnakes + $ sudo apt-get install software-properties-common + $ sudo add-apt-repository ppa:deadsnakes/ppa $ sudo apt-get update $ sudo apt-get install python3.6