Python: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Mac) |
||
Line 13: | Line 13: | ||
==Mac== | ==Mac== | ||
<syntaxhighlight lang='shell-sequence'> | |||
brew install python3 | |||
</syntaxhighlight> | |||
==Linux== | |||
=Organizatorium= | =Organizatorium= |
Revision as of 07:38, 7 December 2020
Internal
Subjects
Installation
Mac
brew install python3
Linux
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
python3
executable. - Python environments on Mac:
- ~/Library/ApplicationSupport/iTerm2/iterm2env/versions/*/bin/python3
- ~/Library/ApplicationSupport/iTerm2/Scripts/YourScript/iterm2env/versions/*/bin/python3