aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorMike McQuaid2014-11-01 10:42:56 +0000
committerMike McQuaid2014-11-01 10:42:56 +0000
commit5ea9683a2665a8e6c50c4d938bad6d1278d24969 (patch)
tree65939753e6d75a604ff8cac617f972b75f69be83 /share
parent11b25fce66287d00c33cd6450a8e72fd7a8557c9 (diff)
downloadhomebrew-5ea9683a2665a8e6c50c4d938bad6d1278d24969.tar.bz2
Homebrew-and-Python: explain about Python bottles.
Diffstat (limited to 'share')
-rw-r--r--share/doc/homebrew/Homebrew-and-Python.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/doc/homebrew/Homebrew-and-Python.md b/share/doc/homebrew/Homebrew-and-Python.md
index 28fbbe7ef..ded8cdb5c 100644
--- a/share/doc/homebrew/Homebrew-and-Python.md
+++ b/share/doc/homebrew/Homebrew-and-Python.md
@@ -118,6 +118,9 @@ Or if the import name is different to the module name:
depends_on "MacFSEvents" => [:python, "fsevents"]
+### Python bottles
+
+If the formula is installed from a bottle and `:python` is a required or `:recommended` dependency (not `:optional`) then it will use the Homebrew `python` formula as a dependency. This is because we cannot create a binary package that works against both versions of Python. If you wish to override this behaviour you can install using `--build-from-source` which will link against the system Python (if it's the first in your `PATH`).
### If the software provides a `setup.py`