added high_sierra setup instructions

This commit is contained in:
Ben Norquist
2018-05-13 20:35:43 -07:00
parent aa682c51fb
commit 58bbf2a25e
+3 -1
View File
@@ -107,7 +107,9 @@ The rest of the guide will assume that ``python`` references Python 3.
# Do I have a Python 3 installed?
$ python --version
Python 3.6.4 # Success!
# 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/
# If you are running OSX High Sierra add this to your .bash_profile or .profile instead
# export PATH="/usr/local/opt/python/libexec/bin:$PATH"
Pipenv & Virtual Environments
-----------------------------