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 fe6971e commit f07fe4bCopy full SHA for f07fe4b
.github/workflows/homebrew.yml
@@ -228,9 +228,9 @@ jobs:
228
echo " ✓ Installation structure verified"
229
230
echo "3. Checking Python venv..."
231
- test -d $(brew --prefix)/var/mfc/venv
232
- test -f $(brew --prefix)/var/mfc/venv/bin/python
233
- test -f $(brew --prefix)/var/mfc/venv/bin/pip
+ test -d $(brew --prefix mfc)/libexec/venv
+ test -f $(brew --prefix mfc)/libexec/venv/bin/python
+ test -f $(brew --prefix mfc)/libexec/venv/bin/pip
234
echo " ✓ Python venv exists"
235
236
echo "4. Checking examples..."
0 commit comments