【问题标题】:I have set PyCharm interpreter right but when run the code, it shows in the run window PyCharm uses another python.exe I used before我已经正确设置了 PyCharm 解释器,但是当运行代码时,它显示在运行窗口中 PyCharm 使用了我之前使用的另一个 python.exe
【发布时间】:2020-03-13 15:34:30
【问题描述】:
从图中可以看出我已经正确设置了项目解释器。但是当我运行代码时,它使用了我之前设置的另一个 python.exe。我尝试在设置和默认设置中设置解释器并安装最新版本的 PyCharm,但它们不起作用。
【问题讨论】:
标签:
python
pycharm