diff options
| author | Adam Vandenberg | 2014-03-05 21:29:36 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-03-05 21:29:36 -0800 |
| commit | 5c51c85564d9942c3710731218b6b99e5fc42ef9 (patch) | |
| tree | 31e8eab9bbbc7f200c58f9c9875e1189bee02c99 /Library | |
| parent | 6c378a69a29b3aa126d0c6f38f13b5cf7c7ac53e (diff) | |
| download | brew-5c51c85564d9942c3710731218b6b99e5fc42ef9.tar.bz2 | |
Finesse doctor message for /Library Python
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 2cd0cc4b9..25ac8bbe4 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 |
