We Are Going To Discuss About “brew install python” installs 3.9. Why not 3.10?. So lets Start this Python Article.
“brew install python” installs 3.9. Why not 3.10?
- How to solve “brew install python” installs 3.9. Why not 3.10?
The “python3” formula is still 3.9 in the brew system
check the doc here:
https://formulae.brew.sh/formula/[email protected]#default
The latest version of the formula for 3.9 also support apple silicon.
If you want to use python3.10 you need to run as you described brew install [email protected]
The reason why 3.9 is still the official python3 formula is that generally user using the vanilla python3 are not looking for the latest revision but the more stable. in some months the transition will done. - “brew install python” installs 3.9. Why not 3.10?
The “python3” formula is still 3.9 in the brew system
check the doc here:
https://formulae.brew.sh/formula/[email protected]#default
The latest version of the formula for 3.9 also support apple silicon.
If you want to use python3.10 you need to run as you described brew install [email protected]
The reason why 3.9 is still the official python3 formula is that generally user using the vanilla python3 are not looking for the latest revision but the more stable. in some months the transition will done.
Solution 1
The “python3” formula is still 3.9 in the brew system
check the doc here:
https://formulae.brew.sh/formula/[email protected]#default
The latest version of the formula for 3.9 also support apple silicon.
If you want to use python3.10 you need to run as you described brew install [email protected]
The reason why 3.9 is still the official python3 formula is that generally user using the vanilla python3 are not looking for the latest revision but the more stable. in some months the transition will done.
Original Author cnaimi Of This Content
Conclusion
So This is all About This Tutorial. Hope This Tutorial Helped You. Thank You.