audit_installed: give better Python advice
Update advice about easy-install.pth files. Closes Homebrew/homebrew#36547.
This commit is contained in:
parent
c3691ca950
commit
e40d302dee
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user