Update osx.rst

This commit is contained in:
Allison Browne
2018-06-11 15:58:08 -04:00
committed by GitHub
parent aa682c51fb
commit 2857fda10a
+1 -1
View File
@@ -107,7 +107,7 @@ 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/
Pipenv & Virtual Environments
-----------------------------