【发布时间】:2015-07-01 06:54:38
【问题描述】:
我试图让 Python linter 在 Windows 7 上的 atom 编辑器中工作,但它似乎什么也没做。
我有:
- 在 Windows 上安装了最新的atom 编辑器(版本 0.194.0),
- 已安装linter,并且
- 已安装linter-pyflakes。
-
按照说明在我的 atom 配置文件中设置以下内容 在 linter-pyflakes 的 README 文件中。
“linter-pyflakes”: pyflakesExecutablePath: "C:\Users\blokeley\Anaconda3\Scripts"
编辑 Python 文件时似乎没有 linter 活动。
我打开了issue on the linter-pyflakes project,但没有得到回应。
可执行文件的路径是否错误?如何检查 linter 在做什么?
【问题讨论】:
标签: python windows-7 anaconda atom-editor pyflakes