🍻 Default formulae for the missing package manager for macOS (or Linux)
Go to file
samueljohn 26a1cdbf7a python2/3: Harden against other pythons. Pip 1.2
- Unset PYTHONPATH and PYTHONHOME which would lead to install distribute and
  pip into the wrong python.
- For NCLT: Add to CPPFLAGS the path to zlib via -I because python's setup.py
  scans only these flags.
- '-Qunused-arguments' can be added after ENV.enable_warnings to reduce
  noise. The only thing which we must not add is the "-w" switch!
- For python.rb only: Pass "--no-user-cfg" to python setup.py and add --force
  when installing distribute and pip to ensure overwriting with the new ones.

Closes Homebrew/homebrew#14689.
Closes Homebrew/homebrew#14686.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-04 07:50:14 -07:00
Aliases gperftools 2.0 2012-08-28 12:18:28 -05:00
Formula python2/3: Harden against other pythons. Pip 1.2 2012-09-04 07:50:14 -07:00