You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Homebrew formula: copy directories instead of symlinking to avoid read-only Cellar issues
- Changed from editable install to regular install, then back to editable
- Unset VIRTUAL_ENV in wrapper to ensure mfc.sh uses copied venv
- Copy venv, toolchain, and examples directories to tmpdir (not symlink)
- This prevents pip install errors and path resolution issues
- Formula now passes all tests including `mfc --help`
0 commit comments