Y
Hacker News
new
|
ask
|
show
|
jobs
by
1_1xdev1
1208 days ago
Brew makes this easy? Are you sure? I installed python 3.9 with brew and it’s magically become a 3.10 install by upgrading another package
1 comments
InvaderFizz
1207 days ago
The version pinning on brew certainly isn't great, but you can do:
> brew install python@3.9 python@3.10 python@3.11
link
> brew install python@3.9 python@3.10 python@3.11