我想针对PEP8验证我的Python代码,所以我安装了PEP8 TextMate包:https://github.com/ppierre/python-pep8-tmbundle
我已按照README安装它:
cd ~/Library/Application\ Support/TextMate/Bundles/
git clone git://github.com/ppierre/python-pep8-tmbundle.git "Python PEP8.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
然后我重新启动了TextMate。但是看看我的Python脚本,即使我添加它们,仍然没有突出显示PEP8错误。
我确定我错过了一些明显的东西,但我该怎么做才能启用它?