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 939fcb8 commit b624ec3Copy full SHA for b624ec3
packaging/homebrew/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