mac how to install python3?

1. Install homebrew

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

2. Install python3

  $ brew install python3

Guess you like

Origin www.cnblogs.com/dakewei/p/11330100.html