1.4 Python环境安装(MacOS)
同Windows安装
因为MacOS默认安装了python2,于是验证需要用
python3 --version解决办法:
echo 'alias python="python3"' >> .best_profile
Last updated
Was this helpful?
同Windows安装
因为MacOS默认安装了python2,于是验证需要用python3 --version
解决办法:echo 'alias python="python3"' >> .best_profile
Last updated
Was this helpful?
Was this helpful?