Python / TextMate — Python Inline Syntax Checking

From David Cramers blog: http://www.davidcramer.net/code/36327/integrating-pyflakes-into-textmate.html/trackback

A one step solution to adding python error checking to your TextMate.

One command….

git clone https://github.com/dcramer/python-tools-tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/PythonTools.tmbundle

https://github.com/dcramer/python-tools-tmbundle

Leave a Comment