Python install: Difference between revisions

From wikinotes
No edit summary
 
(No difference)

Latest revision as of 16:41, 10 July 2021

Install

pacman -S python     # Archlinux
pkg install python37 # FreeBSD
brew install python  # MacOS