diff options
| author | Tim D. Smith | 2015-02-04 21:54:16 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2015-02-04 23:35:42 -0800 |
| commit | e40d302deeb8e1011d4f0c9dc3aa1ceafefb654c (patch) | |
| tree | 89dcae86f631eb171e052befe52f91a67a269c01 /Library | |
| parent | c3691ca950b0773dcdba484b45673b6149964c12 (diff) | |
| download | brew-e40d302deeb8e1011d4f0c9dc3aa1ceafefb654c.tar.bz2 | |
audit_installed: give better Python advice
Update advice about easy-install.pth files.
Closes Homebrew/homebrew#36547.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_cellar_checks.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb index c6bed7a55..49af0921e 100644 --- a/Library/Homebrew/formula_cellar_checks.rb +++ b/Library/Homebrew/formula_cellar_checks.rb @@ -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 |
