caveats: tweak python site-packages wording.

References Homebrew/homebrew#25789.
This commit is contained in:
Mike McQuaid 2014-01-21 09:02:06 -08:00
parent 689be66203
commit 63fcca2fc4

View File

@ -54,7 +54,7 @@ class Caveats
if keg and keg.python_site_packages_installed? \ if keg and keg.python_site_packages_installed? \
and !ENV['PYTHONPATH'].to_s.include? site_packages and !ENV['PYTHONPATH'].to_s.include? site_packages
<<-EOS.undent <<-EOS.undent
Set PYTHONPATH if you want Python to find your site-packages: Set PYTHONPATH if you need Python to find the installed site-packages:
export PYTHONPATH=#{site_packages}:$PYTHONPATH export PYTHONPATH=#{site_packages}:$PYTHONPATH
EOS EOS
end end