We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafe323 commit dfa8b35Copy full SHA for dfa8b35
docs/starting/install3/osx.rst
@@ -95,19 +95,19 @@ version of Python 3 as well.
95
96
$ python
97
98
-will launch the homebrew-installed Python 3 interpreter.
+will launch the Homebrew-installed Python 3 interpreter.
99
100
.. code-block:: console
101
102
$ python2
103
104
-will launch the homebrew-installed Python 2 interpreter (if any).
+will launch the Homebrew-installed Python 2 interpreter (if any).
105
106
107
108
$ python3
109
110
111
112
If the Homebrew version of Python 2 is installed then ``pip2`` will point to Python 2.
113
If the Homebrew version of Python 3 is installed then ``pip`` will point to Python 3.
0 commit comments