redundant instructions

This commit is contained in:
Ben Norquist
2018-11-20 12:07:27 -06:00
parent fdc5e3bfaa
commit c178db7792
-2
View File
@@ -114,8 +114,6 @@ The rest of the guide will assume that ``python`` references Python 3.
$ python --version $ python --version
Python 3.6.4 # Success! Python 3.6.4 # Success!
# If you still see 2.7 ensure in PATH /usr/local/bin/ takes precedence 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 Pipenv & Virtual Environments
----------------------------- -----------------------------