PyQT: Use correct PYTHONPATH during install
Closes Homebrew/homebrew#10825. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
b7ae23c92b
commit
bb1b1da30a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Pyqt < Formula
|
|||
depends_on 'qt'
|
||||
|
||||
def install
|
||||
ENV.prepend 'PYTHONPATH', "#{HOMEBREW_PREFIX}/lib/python", ':'
|
||||
ENV.prepend 'PYTHONPATH', "#{HOMEBREW_PREFIX}/lib/#{which_python}/site-packages", ':'
|
||||
|
||||
system "python", "./configure.py", "--confirm-license",
|
||||
"--bindir=#{bin}",
|
||||
|
|
Loading…
Reference in a new issue