From 776479845347195d222b3a7855d7fce83cd9e115 Mon Sep 17 00:00:00 2001 From: lboogaard Date: Mon, 5 Mar 2018 16:51:51 +0100 Subject: [PATCH] Update Homebrew-and-Python.md --- docs/Homebrew-and-Python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Homebrew-and-Python.md b/docs/Homebrew-and-Python.md index 4f72d0f81e..3a4c0052ae 100644 --- a/docs/Homebrew-and-Python.md +++ b/docs/Homebrew-and-Python.md @@ -9,7 +9,7 @@ Homebrew provides formulae to brew 3.x and a more up-to-date Python 2.7.x. **Important:** If you choose to install a Python which isn't either of these two (system Python or brewed Python), the Homebrew team cannot support any breakage that may occur. ## Python 3.x or Python 2.x -Homebrew provides one formula for Python 3.x (`python`) and another for Python 2.7.x (`python@2`) +Homebrew provides one formula for Python 3.x (`python`) and another for Python 2.7.x (`python@2`). The executables are organized as follows so that Python 2 and Python 3 can both be installed without conflict: * `python` and `python3` point to Homebrew's Python 3.x (if installed) otherwise the macOS system Python