linter-flake8 and atom Windows 10 PATH to cmd.exe

痴心易碎 提交于 2019-12-08 14:07:29

I ended up fixing this with online help. I believe I ran into trouble because I had installed all packages within atom itself.

I may have have installed the pip packages incorrectly.

Anyway, I removed everything and rebooted. Then followed this:

http://www.marinamele.com/install-and-configure-atom-editor-for-python

Then, I made sure my environment variables were correct. I want Python 3 at the top.

Then I reinstalled Atom and updated. Rebooted again.

Then I installed everything through pip3 and apm on the command line, rather than through the UI in atom editor.

Started atom, allowed firewall, let it update dependencies.

Rebooted. Worked! Still not sure why though; what I've done this time is essentially no different as far as I can tell.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!