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 fdc5e3b commit c178db7Copy full SHA for c178db7
docs/starting/install3/osx.rst
@@ -114,8 +114,6 @@ The rest of the guide will assume that ``python`` references Python 3.
114
$ python --version
115
Python 3.6.4 # Success!
116
# If you still see 2.7 ensure in PATH /usr/local/bin/ takes precedence over /usr/bin/
117
- # If you are running OSX High Sierra add this to your .bash_profile or .profile instead
118
- # export PATH="/usr/local/opt/python/libexec/bin:$PATH"
119
120
Pipenv & Virtual Environments
121
-----------------------------
0 commit comments