8000 Merge pull request #1031 from cclauss/patch-2 · basic612/python-guide@9d88b5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d88b5e

Browse files
authored
Merge pull request realpython#1031 from cclauss/patch-2
Setup Python 3.8 on Ubuntu
2 parents d405482 + 131e43a commit 9d88b5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/starting/install3/linux.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installing Python 3 on Linux
77

88
.. image:: /_static/photos/34435689480_2e6f358510_k_d.jpg
99

10-
This document describes how to install Python 3.6 on Ubuntu Linux machines.
10+
This document describes how to install Python 3.6 or 3.8 on Ubuntu Linux machines.
1111

1212
To see which version of Python 3 you have installed, open a command prompt and run
1313

@@ -20,12 +20,12 @@ If you are using Ubuntu 16.10 or newer, then you can easily install Python 3.6 w
2020
$ sudo apt-get update
2121
$ sudo apt-get install python3.6
2222

23-
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::
23+
If you're using another version of Ubuntu (e.g. the latest LTS release) or you want to use a more current Python, we recommend using the `deadsnakes PPA <https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa>`_ to install Python 3.8::
2424

2525
$ sudo apt-get install software-properties-common
2626
$ sudo add-apt-repository ppa:deadsnakes/ppa
2727
$ sudo apt-get update
28-
$ sudo apt-get install python3.6
28+
$ sudo apt-get install python3.8
2929

3030
If you are using other Linux distribution, chances are you already have Python 3
3131
pre-installed as well. If not, use your distribution's package manager.

0 commit comments

Comments
 (0)
0