Where does meteor install on Mac?

javascript, meteor, node.js

Solution

`/usr/local/meteor` - you can find that in the install script from http://install.meteor.com/

Problem

I installed meteor and created an app following tut http://docs.meteor.com/#quickstart In finder, I searched meteor but I can't find it.

Original source