diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/duplicity.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb index 05f08acdb..24a629bce 100644 --- a/Library/Formula/duplicity.rb +++ b/Library/Formula/duplicity.rb @@ -11,4 +11,13 @@ class Duplicity <Formula ENV.universal_binary system "python", "setup.py", "install", "--prefix=#{prefix}" end + + def caveats + <<-EOS.undent + If you are using a non-Homebrew-built Python, you may need to add: + #{HOMEBREW_PREFIX}/lib/pythonX.Y/site-packages + to your PYTHONPATH, where "X.Y" was the version of Python this + formula was built against. + EOS + end end |
