We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487b88f commit 822a045Copy full SHA for 822a045
packaging/homebrew/mfc.rb
@@ -74,7 +74,7 @@ def install
74
# Now build MFC with pre-configured venv
75
# Set VIRTUAL_ENV so mfc.sh uses existing venv instead of creating new one
76
ENV["VIRTUAL_ENV"] = venv
77
- ENV["PATH"] = "#{venv}/bin:#{ENV["PATH"]}"
+ ENV["PATH"] = "#{venv}/bin:#{ENV.fetch("PATH", nil)}"
78
79
system "./mfc.sh", "build",
80
"-t", "pre_process", "simulation", "post_process",
0 commit comments