Python: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


   brew install python3
   brew install python3
=Organizatorium=
* https://opensource.com/article/18/1/running-python-application-kubernetes
* Each installation of Python may have different modules installed. Python determines the path to its modules by examining the location of the <code>python3</code> executable.

Revision as of 01:28, 4 October 2019

Internal

Installation

Mac

 brew install python3

Organizatorium