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 0e7372d commit a930264Copy full SHA for a930264
packaging/homebrew/mfc.rb
@@ -27,7 +27,7 @@ class Mfc < Formula
27
def install
28
# Create Python virtual environment (remove existing one first for clean reinstalls)
29
venv = libexec/"venv"
30
- rm_rf venv
+ rm_r(venv, force: true)
31
system Formula["[email protected]"].opt_bin/"python3.12", "-m", "venv", venv
32
system venv/"bin/pip", "install", "--upgrade", "pip", "setuptools", "wheel"
33
0 commit comments