Mac终端查看python版本号
$ python3 -V //查看版本号
Python 3.7.0
$ which Python 3.7.0 //查看路径
/usr/local/bin/Python
然后在pycharm的preferences>>Project Interpreter 里加入python3的安装路径即可或者直接选择正确路径。
Mac终端查看python版本号
$ python3 -V //查看版本号
Python 3.7.0
$ which Python 3.7.0 //查看路径
/usr/local/bin/Python
然后在pycharm的preferences>>Project Interpreter 里加入python3的安装路径即可或者直接选择正确路径。