安装好的pycharm并没有配置python,需要在Customize-All Settings中配置;
需要配置Python Interpreter,默认的python interpreter是Unknown,需要Add Interpreter;
需要配置Virtualenv Environment,选择Existing(已安装的python),选择当前安装的python目录,选择python.exe
python安装目录可以在终端找到
which python3
配置完成,可以新建并运行代码了!