We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bfc003 + b6009f9 commit 1c03357Copy full SHA for 1c03357
python/lesson0/tutorial.md
@@ -98,6 +98,9 @@ What you should see is:
98
99
$ python 3.5.2
100
101
+On Mac OS running `python --version` might run the outdated Python 2.7 which is bundled with the operating system.
102
+If this is your case, then you need to run `python3` instead of `python`.
103
+
104
Any 3.* version should do for this tutorial to work.
105
106
Now, open the *REPL* by typing:
0 commit comments