caveats: tweak python site-packages wording.
References Homebrew/homebrew#25789.
This commit is contained in:
parent
689be66203
commit
63fcca2fc4
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user