We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Homebrew and Python: tweak :python description
Note on `pip install --user`: empty prefix default using pydistutils.cfg
Crate.io is no longer online and is being integrated with the official PyPi.
Update current Python state.
Edited for formatting, clarity, and phrasing
Massive cleanup/updates to match current thought.
Fixed typo
Add work-around for `pip install --user`
Distribute->Setuptools and update how min-version and modules can be specified.
export PYTHONPATH should use double quotes to support pathes with space (I think)
this might leave a trailing '\' at the end of the bash_profile, which is bad.
Fixed a typo.
Homebrew-and-Python: Wrote technical details and formatting
Homebrew-and-Python: More on why a brewed python is better. And we want help with 3.x bindings.
Homebrew-and-Python: We don't brew "over" system's Python. That wording suggested that we replace system's Python. We don't.
fixed --record arg (one ' too much)
make clear that the `python do` block is run once for each major python (2.x and 3.x)
minor typos an reordering
Homebrew-and-Python: Updated to new depends_on :python
fix link to pip-installer.org
Zero-width joiner char added to avoid bad text formatting
Backslash added to fix the bash_profile export PYTHONPATH command-line
Specify that we don't dupe stuff from pip
added boost to the warning-list for python bindings
Update the suggestions how to install python stuff.
Sometimes --single-version-externally-managed is not understood by setup.py (perhaps a version thing).
Added a sentence how to pip install for system python with CFLAGS/LDFLAGS
Changed install-scripts to #{bin}
#{prefix}/share should be #{share}
update recommended args for setup.py