我听说过这个coala衬里/静态分析工具,我想试一试。
所以我运行了sudo apt-get install coala,但这给了我错误的程序,coala是某种编译器,完全不是我想要的。
安装coala的正确方法是什么?
发布于 2017-01-13 07:45:00
coala ( linter)目前还没有为ubuntu打包。您需要通过coala卸载您所拥有的apt包,然后可以使用pip install coala-bears安装coala及其所有分析。
完整的安装说明在https://coala.io/install上,包括一些关于python的提示。
我还提交了关于您的问题的问题,因此在我们的安装指南中提到了它。
发布于 2017-04-06 10:49:32
"Ubuntu用户-不要使用apt-获取安装coala安装coala,因为这是不同的软件。“-参见http://coala.readthedocs.io/en/latest/Users/Install.html。
使用:
$ pip3安装coala
$ pip3 install熊
https://stackoverflow.com/questions/41629170
复制相似问题