Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 401 Bytes

File metadata and controls

18 lines (11 loc) · 401 Bytes

Python install for macOS

Install Homebrew which makes app and modules installtation much easier,

Enter this command in the [command line]({{ lesson_url('beginners/cmdline') }}):

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Pnd then you can just enter this command:

$ brew install python3