Python Installation: Difference between revisions
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...") |
No edit summary |
||
Line 1: | Line 1: | ||
=External= | |||
* https://www.python.org/downloads/macos/ | |||
=Internal= | =Internal= | ||
* [[Python#Subjects|Python]] | * [[Python#Subjects|Python]] |
Revision as of 00:40, 22 December 2021
External
Internal
Mac
brew install python3
Linux
yum install python3