Python Installation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Mac) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://www.python.org/downloads/macos/ | * https://www.python.org/downloads/macos/ | ||
* https://realpython.com/installing-python/ | |||
=Internal= | =Internal= | ||
Line 10: | Line 11: | ||
brew install python3 | brew install python3 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
For context around managing multiple Python versions on the same system with <code>brew</code>, see {{Internal|Python_Versions#Python_Version_Management_with_Brew|Python Version Management with Brew}} | |||
=Linux= | =Linux= |
Latest revision as of 21:53, 2 November 2023
External
Internal
Mac
brew install python3
For context around managing multiple Python versions on the same system with brew
, see
Linux
yum install python3