Skip to content

Commit 0502ad1

Browse files
authored
Merge pull request realpython#857 from svandragt/patch-1
deadsnakes repository change
2 parents 28e5118 + 91d788c commit 0502ad1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/starting/install3/linux.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ If you are using Ubuntu 16.10 or newer, then you can easily install Python 3.6 w
1818
$ sudo apt-get update
1919
$ sudo apt-get install python3.6
2020

21-
If you're using another version of Ubuntu (e.g. the latest LTS release), we recommend using the `deadsnakes PPA <https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes>`_ to install Python 3.6::
21+
If you're using another version of Ubuntu (e.g. the latest LTS release), we recommend using the `deadsnakes PPA <https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa>`_ to install Python 3.6::
2222

23-
$ sudo add-apt-repository ppa:fkrull/deadsnakes
23+
$ sudo apt-get install software-properties-common
24+
$ sudo add-apt-repository ppa:deadsnakes/ppa
2425
$ sudo apt-get update
2526
$ sudo apt-get install python3.6
2627

0 commit comments

Comments
 (0)