Skip to content

Update Fedora instructions a bit #1069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/starting/install3/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ For example on Fedora, you would use `dnf`:

Note that if the version of the ``python3`` package is not recent enough
for you, there may be ways of installing more recent versions as well,
depending on you distribution. For example installing the ``python36`` package
on Fedora 25 to get Python 3.6. If you are a Fedora user, you might want
depending on you distribution. For example installing the ``python3.9`` package
on Fedora 32 to get Python 3.9. If you are a Fedora user, you might want
to read about `multiple Python versions available in Fedora`_.

.. _multiple Python versions available in Fedora: https://developer.fedoraproject.org/tech/languages/python/multiple-pythons.html
Expand All @@ -54,13 +54,13 @@ At this point, you may have system Python 2.7 available as well.

$ python

This will launch the Python 2 interpreter.
This might launch the Python 2 interpreter.

.. code-block:: console

$ python3

This will launch the Python 3 interpreter.
This will always launch the Python 3 interpreter.


****************
Expand Down