aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Homebrew-and-Python.md
diff options
context:
space:
mode:
authorMike McQuaid2018-01-12 11:25:08 +0000
committerGitHub2018-01-12 11:25:08 +0000
commitf97512d7f1cb6ac663586de8dcd9135dcdbbdd0d (patch)
tree2094210c1087b0ad9ea265f66559ea12b8fbe817 /docs/Homebrew-and-Python.md
parent762f2fd2d87a3ea12f8b5ac3bfcb667ac8617ea2 (diff)
downloadbrew-f97512d7f1cb6ac663586de8dcd9135dcdbbdd0d.tar.bz2
Homebrew-and-Python: can't build from source to avoid Homebrew python.
Diffstat (limited to 'docs/Homebrew-and-Python.md')
-rw-r--r--docs/Homebrew-and-Python.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Homebrew-and-Python.md b/docs/Homebrew-and-Python.md
index a84742efb..eb96e5758 100644
--- a/docs/Homebrew-and-Python.md
+++ b/docs/Homebrew-and-Python.md
@@ -89,4 +89,4 @@ Homebrew will still install Python modules into Homebrew's `site-packages` and *
Virtualenv has a `--system-site-packages` switch to allow "global" (i.e. Homebrew's) `site-packages` to be accessible from within the virtualenv.
## Why is Homebrew's Python being installed as a dependency?
-Formulae that declare an unconditional dependency on the `"python"` or `"python3"` formulae are bottled against Homebrew's Python 2.7.x or 3.x and require it to be installed. You can avoid installing Homebrew's Python by running `brew install --build-from-source <formula>`.
+Formulae that declare an unconditional dependency on the `"python"` or `"python3"` formulae are bottled against Homebrew's Python 2.7.x or 3.x and require it to be installed.