0

I want to validate my Python code against PEP8, so I've installed the PEP8 TextMate bundle: https://github.com/ppierre/python-pep8-tmbundle

I've followed the README to install it:

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'

Then I restarted TextMate. But looking at my Python script, still no PEP8 errors are being highlighted, even when I add them.

I'm sure I'm missing something obvious, but what do I do to enable it?

flossfan
  • 10,554
  • 16
  • 42
  • 53

0 Answers0