python - 如何在 PyCharm 中选择 Python 版本?

标签 python configuration pycharm

我有 PyCharm 1.5.4 并使用“打开目录”选项在 IDE 中打开文件夹的内容。

我选择了 Python 3.2 版(它显示在“外部库”节点下)。

如何选择另一个版本的 Python(我已经安装在我的机器上)以便 PyCharm 使用该版本?

最佳答案

文件 -> 设置

首选项->项目解释器->Python解释器

如果未列出,请添加。

enter image description here

关于python - 如何在 PyCharm 中选择 Python 版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10322424/

相关文章:

ansible - 如何使用 Ansible 插件设置 Pycharm 对变量进行代码补全?

pycharm - 类 'keys' 的未解析属性引用 'dict'

heroku - 如何使用 PyCharm 设置 Heroku 集成

python - typeerror 'builtin_function_or_method' 对象没有属性 '__getitem__'

c# - 阻止 Visual Studio 2008 重写内联代码?

iphone - 我可以在iPhone Simulator的配置文件中使用数据吗?

c - Lua 在 PPC Micro 上的足迹

python - 计算 Pandas 数据框列中的元素

Python Azure Functions 和 Bitbucket Pipelines - 如何压缩需求?

python - 将 itertools.permutations 的输出从元组列表转换为字符串列表