euler-py: minor style nits
Closes #34294. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
38ebd83aee
commit
7593ca819a
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ class EulerPy < Formula
|
|||
|
||||
ENV.prepend_create_path "PYTHONPATH", "#{lib}/python#{xy}/site-packages"
|
||||
system "python3", "setup.py", "install", "--prefix=#{prefix}",
|
||||
"--single-version-externally-managed",
|
||||
"--record=installed.txt"
|
||||
"--single-version-externally-managed",
|
||||
"--record=installed.txt"
|
||||
|
||||
bin.env_script_all_files(libexec/"bin", :PYTHONPATH => ENV["PYTHONPATH"])
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue