diff options
| author | Adam Vandenberg | 2010-07-18 08:38:16 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-18 08:38:16 -0700 |
| commit | a4f408180a2f4cbc9499ad78c04e17db6ad4d47e (patch) | |
| tree | 9d6f4651bc006f54908f26ec3831259dedcaead0 /Library/Formula/pyqt.rb | |
| parent | 1705f53d4f32a86ca76e11fec97b113eab6baf52 (diff) | |
| download | homebrew-a4f408180a2f4cbc9499ad78c04e17db6ad4d47e.tar.bz2 | |
Fix PYTHONPATH in PyQT - Fixes #1885
Diffstat (limited to 'Library/Formula/pyqt.rb')
| -rw-r--r-- | Library/Formula/pyqt.rb | 2 |
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 |
