File tree 1 file changed +8
-2
lines changed 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ Once you've installed Homebrew, insert the Homebrew directory at the top
54
54
of your :envvar: `PATH ` environment variable. You can do this by adding the following
55
55
line at the bottom of your :file: `~/.profile ` file
56
56
57
+ .. code-block :: console
58
+
59
+ export PATH="/usr/local/opt/python/libexec/bin:$PATH"
60
+
61
+ If you have OS X 10.12 (Sierra) or older use this line instead
62
+
57
63
.. code-block :: console
58
64
59
65
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
@@ -106,8 +112,8 @@ The rest of the guide will assume that ``python`` references Python 3.
106
112
107
113
# Do I have a Python 3 installed?
108
114
$ python --version
109
- Python 3.6.4 # Success!
110
- # If you still see 2.7 ensure in PATH /usr/local/bin/ takes precedence over /usr/bin/
115
+ Python 3.7.1 # Success!
116
+
111
117
112
118
Pipenv & Virtual Environments
113
119
-----------------------------
You can’t perform that action at this time.
0 commit comments