Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91d788c

Browse files
authored
deadsnakes repository change
1 parent28e5118 commit91d788c

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)

[8]ページ先頭

©2009-2025 Movatter.jp