Python Installation

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Mac

brew install python3

Multiple Python Versions

brew install python@3.7

Installs in /usr/local/Cellar/python@3.7 while preserving the current /usr/local/Cellar/python@3.9.

Linux

yum install python3