diff options
| author | cclauss | 2017-07-30 19:15:46 +0200 | 
|---|---|---|
| committer | GitHub | 2017-07-30 19:15:46 +0200 | 
| commit | 132d696d3b8f6722995a32b845511607210d4407 (patch) | |
| tree | 8fd7262615cca42c22c85d250c43241fda38fd11 /docs/Homebrew-and-Python.md | |
| parent | dd4609a3e3fba59dea7f3c8d7684e0e9a38917e6 (diff) | |
| download | brew-132d696d3b8f6722995a32b845511607210d4407.tar.bz2 | |
Reworded
Diffstat (limited to 'docs/Homebrew-and-Python.md')
| -rw-r--r-- | docs/Homebrew-and-Python.md | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/docs/Homebrew-and-Python.md b/docs/Homebrew-and-Python.md index 5ea69b0cd..692e5c617 100644 --- a/docs/Homebrew-and-Python.md +++ b/docs/Homebrew-and-Python.md @@ -10,11 +10,11 @@ Homebrew provides formulae to brew a more up-to-date Python 2.7.x and 3.x.  ## Python 2.x or Python 3.x  Homebrew provides one formula for Python 2.7.x and another for Python 3.x. The executables are organized as follows so that Python 2 and Python 3 can both be installed without conflict: -* `python` by default points to the macOS system Python -* `python2` will point to the brew-installed Python 2.7.x -* `python3` will point to the brew-installed Python 3.x -* `pip2` will point to the pip associated with the brew-installed Python 2.7.x -* `pip3` will point to the pip associated with the brew-installed Python 3.x +* `python` points to the macOS system Python (with no manual PATH modification) +* `python2` points to Homebrew's Python 2.7.x (if installed) +* `python3` points to Homebrew's Python 3.x (if installed) +* `pip2` points to Homebrew's Python 2.7.x's pip (if installed) +* `pip3` points to Homebrew's Python 3.x's pip (if installed)  ([Wondering which one to choose?](https://wiki.python.org/moin/Python2orPython3)) | 
