We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395e40c commit d4e45c2Copy full SHA for d4e45c2
Formula/mfc.rb
@@ -23,7 +23,6 @@ class Mfc < Formula
23
24
def install
25
# Create Python virtual environment (remove existing one first for clean reinstalls)
26
- # Store in var/ instead of keg to avoid Homebrew dylib fixups on Python .so files
27
venv = var/"mfc/venv"
28
mkdir_p venv.parent
29
rm_r(venv, force: true)
0 commit comments