Skip to content

Instantly share code, notes, and snippets.

@arnaudsj
Created March 19, 2014 02:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arnaudsj/9634393 to your computer and use it in GitHub Desktop.
Save arnaudsj/9634393 to your computer and use it in GitHub Desktop.
When things seem to go south in your Clojure projects... (would have saved me hours today...)
#!/bin/bash
rm -Rf ~/.m2
rm -Rf ~/.lein
rm -Rf ./target
lein self-install
lein clean
lein version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment