Skip to content

Commit 1c03357

Browse files
Merge pull request #365 from diegofrata/python3-guide
Added some useful information about running Python3 on Mac OS
2 parents 0bfc003 + b6009f9 commit 1c03357

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/lesson0/tutorial.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ What you should see is:
9898

9999
$ python 3.5.2
100100

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+
101104
Any 3.* version should do for this tutorial to work.
102105

103106
Now, open the *REPL* by typing:

0 commit comments

Comments
 (0)