2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

added forgotten lines

This commit is contained in:
void 2015-12-25 20:34:11 +03:00
parent fd9b1939ac
commit 8eda1be088

View File

@ -57,6 +57,9 @@ class Bench < Formula
end
end
ENV.prepend_create_path "PYTHONPATH", libexec/"lib/python2.7/site-packages"
system "python", *Language::Python.setup_install_args(libexec)
bin.install Dir[libexec/"bin/*"]
bin.env_script_all_files(libexec/"bin", :PYTHONPATH => ENV["PYTHONPATH"])
end