We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976cb39 commit 1b8038dCopy full SHA for 1b8038d
1 file changed
source/tutorials/installing-packages.rst
@@ -58,10 +58,10 @@ please install the latest 3.x version from `python.org`_ or refer to the
58
59
.. code-block:: python
60
61
- >>> python --version
+ >>> python3 --version
62
Traceback (most recent call last):
63
File "<stdin>", line 1, in <module>
64
- NameError: name 'python' is not defined
+ NameError: name 'python3' is not defined
65
66
It's because this command and other suggested commands in this tutorial
67
are intended to be run in a *shell* (also called a *terminal* or
0 commit comments