Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 205 Bytes

python.MD

File metadata and controls

9 lines (5 loc) · 205 Bytes

安装Python

Mac 系统会自带 Python2,如果在学习的时候版本不兼容,需要我们安装Python3

  • 安装 brew install python3
  • which Python 版本切换
  • Python --version