Thanks to visit codestin.com Credit goes to github.com
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.
1 parent aa682c5 commit 58bbf2aCopy full SHA for 58bbf2a
docs/starting/install3/osx.rst
@@ -107,7 +107,9 @@ The rest of the guide will assume that ``python`` references Python 3.
107
# Do I have a Python 3 installed?
108
$ python --version
109
Python 3.6.4 # Success!
110
- # If you still see 2.7 ensure in PATH /usr/local/bin/ takes pecedence over /usr/bin/
+ # 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"
113
114
Pipenv & Virtual Environments
115
-----------------------------
0 commit comments