|
|
|
|
|
by iforgotmysocks
778 days ago
|
|
> brew's Python installation on MacOS as are Debian's and Ubuntu's are _extremely_ brittle I've been using python installed using homebrew and haven't found any issues.
In homebrew you can install a specific python version like python@3.11 and using venvs avoids most of the issue (I think you can't install packages outside of a venv in python 3.12 or higher). |
|