pylint/jedi 的 Cloud9 python 版本

问题描述

我已经使用 yum 安装了 python3.8,并使用 update-alternatives 将其设置为默认值。

sudo amazon-linux-extras install python3.8
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1

Run 工作正常,但 jedi 坚持使用 Python3.7 并提供基于错误版本的 stdlib 的自动完成/linting。

AFAICT c9 似乎硬编码以运行带有 ~/.c9/python3/bin/python3 的集成绝地,并且类型检查/导航适用于错误版本。

有没有办法覆盖它?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)