aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyqt.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-18 08:38:16 -0700
committerAdam Vandenberg2010-07-18 08:38:16 -0700
commita4f408180a2f4cbc9499ad78c04e17db6ad4d47e (patch)
tree9d6f4651bc006f54908f26ec3831259dedcaead0 /Library/Formula/pyqt.rb
parent1705f53d4f32a86ca76e11fec97b113eab6baf52 (diff)
downloadhomebrew-a4f408180a2f4cbc9499ad78c04e17db6ad4d47e.tar.bz2
Fix PYTHONPATH in PyQT - Fixes #1885
Diffstat (limited to 'Library/Formula/pyqt.rb')
-rw-r--r--Library/Formula/pyqt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb
index d5da764e6..8e1f571a8 100644
--- a/Library/Formula/pyqt.rb
+++ b/Library/Formula/pyqt.rb
@@ -24,7 +24,7 @@ class Pyqt <Formula
def caveats; <<-EOS
This formula won't function until you amend your PYTHONPATH like so:
- export PYTHON_PATH=#{HOMEBREW_PREFIX}/lib/python:$PYTHON_PATH
+ export PYTHONPATH=#{HOMEBREW_PREFIX}/lib/python:$PYTHONPATH
EOS
end
end