在ubuntu下安装了VSCode后,配置python过程中不断弹出 linter pylint is not installed 点弹框的install安装失败 正确解决方案是: 用户设置中 覆盖: “python.pythonPath”: “python3” 因为我这边用的是python3,成功设置后点击弹框的install,然后VSCode帮你安装pylint等一系列东西,然后OK 文章来源: VSCode python : linter pylint is not installed 标签 vscode python