1.4 Python环境安装(MacOS)

  1. 同Windows安装

  2. 因为MacOS默认安装了python2,于是验证需要用python3 --version

  3. 解决办法:echo 'alias python="python3"' >> .best_profile

Last updated

Was this helpful?