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.
9595
9696 $ python
9797
98- will launch the homebrew -installed Python 3 interpreter.
98+ will launch the Homebrew -installed Python 3 interpreter.
9999
100100.. code-block :: console
101101
102102 $ python2
103103
104- will launch the homebrew -installed Python 2 interpreter (if any).
104+ will launch the Homebrew -installed Python 2 interpreter (if any).
105105
106106.. code-block :: console
107107
108108 $ python3
109109
110- will launch the homebrew -installed Python 3 interpreter.
110+ will launch the Homebrew -installed Python 3 interpreter.
111111
112112If the Homebrew version of Python 2 is installed then ``pip2 `` will point to Python 2.
113113If 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