8000 Update Fedora instructions a bit · realpython/python-guide@4075a0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4075a0b

Browse files
authored
Update Fedora instructions a bit
1 parent 0687321 commit 4075a0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/starting/install3/linux.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ For example on Fedora, you would use `dnf`:
3737
3838
Note that if the version of the ``python3`` package is not recent enough
3939
for you, there may be ways of installing more recent versions as well,
40-
depending on you distribution. For example installing the ``python36`` package
41-
on Fedora 25 to get Python 3.6. If you are a Fedora user, you might want
40+
depending on you distribution. For example installing the ``python3.9`` package
41+
on Fedora 32 to get Python 3.9. If you are a Fedora user, you might want
4242
to read about `multiple Python versions available in Fedora`_.
4343

4444
.. _multiple Python versions available in Fedora: https://developer.fedoraproject.org/tech/languages/python/multiple-pythons.html
@@ -54,13 +54,13 @@ At this point, you may have system Python 2.7 available as well.
5454
5555
$ python
5656
57-
This will launch the Python 2 interpreter.
57+
This might launch the Python 2 interpreter.
5858

5959
.. code-block:: console
6060
6161
$ python3
6262
63-
This will launch the Python 3 interpreter.
63+
This will always launch the Python 3 interpreter.
6464

6565

6666
****************

0 commit comments

Comments
 (0)
0