安装开发环境

  • 安装 brew

    • brew官网
    • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • 安装 n

    • brew install n
  • 安装 node

    • n lts
  • 安装 git

    • brew install git
  • 安装 python

    • brew install python