File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ For example on Fedora, you would use `dnf`:
37
37
38
38
Note that if the version of the ``python3 `` package is not recent enough
39
39
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
42
42
to read about `multiple Python versions available in Fedora `_.
43
43
44
44
.. _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.
54
54
55
55
$ python
56
56
57
- This will launch the Python 2 interpreter.
57
+ This might launch the Python 2 interpreter.
58
58
59
59
.. code-block :: console
60
60
61
61
$ python3
62
62
63
- This will launch the Python 3 interpreter.
63
+ This will always launch the Python 3 interpreter.
64
64
65
65
66
66
****************
You can’t perform that action at this time.
0 commit comments