Created
February 8, 2012 16:34
-
-
Save xasima/1770875 to your computer and use it in GitHub Desktop.
Installing google closure linter (with easy_install) on Ubuntu 11.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install build-essential | |
| sudo apt-get install python-cheetah | |
| wget http://peak.telecommunity.com/dist/ez_setup.py | |
| sudo python ez_setup.py | |
| sudo easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz | |
| >> Installing fixjsstyle script to /usr/local/bin | |
| Installing gjslint script to /usr/local/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment