File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,19 +95,19 @@ version of Python 3 as well.
95
95
96
96
$ python
97
97
98
- will launch the homebrew -installed Python 3 interpreter.
98
+ will launch the Homebrew -installed Python 3 interpreter.
99
99
100
100
.. code-block :: console
101
101
102
102
$ python2
103
103
104
- will launch the homebrew -installed Python 2 interpreter (if any).
104
+ will launch the Homebrew -installed Python 2 interpreter (if any).
105
105
106
106
.. code-block :: console
107
107
108
108
$ python3
109
109
110
- will launch the homebrew -installed Python 3 interpreter.
110
+ will launch the Homebrew -installed Python 3 interpreter.
111
111
112
112
If the Homebrew version of Python 2 is installed then ``pip2 `` will point to Python 2.
113
113
If the Homebrew version of Python 3 is installed then ``pip `` will point to Python 3.
You can’t perform that action at this time.
0 commit comments