uninstall Meteor
meteor, osx-mountain-lion, uninstallation
Solution
You are right, meteor is located in the `/usr/local/meteor` directory. To uninstall it, type the following in the terminal:
rm -fR /usr/local/meteor
Problem
I installed Meteor quite some time ago to have a play now I dont use it anymore, how would I go about uninstalling it on Mountain Lion? I have `meteor -v` in the terminal and I have found a folder in `/usr/local/` called meteor so can confirm that it is still installed on my system.