Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58bbf2a

Browse files
committed
added high_sierra setup instructions
1 parent aa682c5 commit 58bbf2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/starting/install3/osx.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ The rest of the guide will assume that ``python`` references Python 3.
107107
# Do I have a Python 3 installed?
108108
$ python --version
109109
Python 3.6.4 # Success!
110-
# If you still see 2.7 ensure in PATH /usr/local/bin/ takes pecedence over /usr/bin/
110+
# If you still see 2.7 ensure in PATH /usr/local/bin/ takes precedence over /usr/bin/
111+
# If you are running OSX High Sierra add this to your .bash_profile or .profile instead
112+
# export PATH="/usr/local/opt/python/libexec/bin:$PATH"
111113
112114
Pipenv & Virtual Environments
113115
-----------------------------

0 commit comments

Comments
 (0)