From 5c51c85564d9942c3710731218b6b99e5fc42ef9 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 5 Mar 2014 21:29:36 -0800 Subject: [PATCH] Finesse doctor message for /Library Python --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 2cd0cc4b9a..25ac8bbe4f 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -950,7 +950,7 @@ end def check_for_library_python if File.exist?("/Library/Frameworks/Python.framework") then <<-EOS.undent - A Python is installed in /Library/Frameworks + Python is installed at /Library/Frameworks/Python.framework Homebrew only supports building against the System-provided Python or a brewed Python. In particular, Pythons installed to /Library can interfere