diff options
Diffstat (limited to 'Library/Formula/pssh.rb')
| -rw-r--r-- | Library/Formula/pssh.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/pssh.rb b/Library/Formula/pssh.rb index 6a01fe51c..2d7564ea8 100644 --- a/Library/Formula/pssh.rb +++ b/Library/Formula/pssh.rb @@ -5,9 +5,11 @@ class Pssh < Formula url 'https://parallel-ssh.googlecode.com/files/pssh-2.3.1.tar.gz' sha1 '65736354baaa289cffdf374eb2ffd9aa1eda7d85' - depends_on :python + depends_on :python if MacOS.version <= :snow_leopard def install + ENV["PYTHONPATH"] = lib+"python2.7/site-packages" + system "python", "setup.py", "install", "--prefix=#{prefix}", "--install-data=#{share}" |
