Python Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Python =Mac= <syntaxhighlight lang='bash'> brew install python3 </syntaxhighlight> =Linux= <syntaxhighlight lang='bash'> yum install python...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://www.python.org/downloads/macos/
* https://realpython.com/installing-python/
=Internal=
=Internal=
* [[Python#Subjects|Python]]
* [[Python#Subjects|Python]]
Line 7: 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

Python Version Management with Brew

Linux

yum install python3