Skip to content

Instantly share code, notes, and snippets.

@xasima
Created February 8, 2012 16:34
Show Gist options
  • Select an option

  • Save xasima/1770875 to your computer and use it in GitHub Desktop.

Select an option

Save xasima/1770875 to your computer and use it in GitHub Desktop.
Installing google closure linter (with easy_install) on Ubuntu 11.10
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