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 <<-EOS.undent
easy-install.pth files were found easy-install.pth files were found
These .pth files are likely to cause link conflicts. Please invoke These .pth files are likely to cause link conflicts. Please invoke
setup.py with options setup.py using Language::Python.setup_install_args.
--single-version-externally-managed --record=install.txt
The offending files are The offending files are
#{pth_found * "\n "} #{pth_found * "\n "}
EOS EOS