audit_installed: give better Python advice

Update advice about easy-install.pth files.

Closes Homebrew/homebrew#36547.
This commit is contained in:
Tim D. Smith 2015-02-04 21:54:16 -08:00
parent c3691ca950
commit e40d302dee

View File

@ -127,8 +127,7 @@ module FormulaCellarChecks
<<-EOS.undent
easy-install.pth files were found
These .pth files are likely to cause link conflicts. Please invoke
setup.py with options
--single-version-externally-managed --record=install.txt
setup.py using Language::Python.setup_install_args.
The offending files are
#{pth_found * "\n "}
EOS