From e40d302deeb8e1011d4f0c9dc3aa1ceafefb654c Mon Sep 17 00:00:00 2001 From: "Tim D. Smith" Date: Wed, 4 Feb 2015 21:54:16 -0800 Subject: [PATCH] audit_installed: give better Python advice Update advice about easy-install.pth files. Closes Homebrew/homebrew#36547. --- Library/Homebrew/formula_cellar_checks.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb index c6bed7a55c..49af0921e3 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