Python Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
brew install python3
brew install python3
</syntaxhighlight>
</syntaxhighlight>
==Multiple Python Versions==
<syntaxhighlight lang='bash'>
brew install python@3.7
</syntaxhighlight>
Installs in <code>/usr/local/Cellar/python@3.7</code>.


=Linux=
=Linux=

Revision as of 04:57, 14 May 2022

External

Internal

Mac

brew install python3

Multiple Python Versions

brew install python@3.7

Installs in /usr/local/Cellar/python@3.7.

Linux

yum install python3