|
|
|
|
|
by kortex
1607 days ago
|
|
PSA: don't use brew to manage your development python, unless you like having the carpet pulled out from under you by brew deciding to change 3.8 to 3.9 on you. Use brew to install pyenv (or bootstrap it from github). Use pyenv to manage python versions, and then use a virtualenv. Or conda, if that is your jam. https://github.com/pyenv/pyenv |
|
“hey I upgraded openssl for you and trashed the old one, hope you hadn’t built anything against it!”