I installed meteor and created an app following tut http://docs.meteor.com/#quickstart
我按照http://docs.meteor.com/#quickstart安装了meteor并创建了一个应用程序
In finder, I searched meteor but I can't find it.
在查找器中,我搜索了流星但我找不到它。
2 个解决方案
#1
7
/usr/local/meteor
- you can find that in the install script from http://install.meteor.com/
/ usr / local / meteor - 您可以在http://install.meteor.com/的安装脚本中找到它
#2
8
As a more general solution, the bash shell command type
accomplishes this for any command:
作为一种更通用的解决方案,bash shell命令类型可以为任何命令完成此操作:
$ type meteor
meteor is /usr/local/bin/meteor
For other shells, see this excellent answer over at superuser.
对于其他shell,请在超级用户处查看此优秀答案。
#1
7
/usr/local/meteor
- you can find that in the install script from http://install.meteor.com/
/ usr / local / meteor - 您可以在http://install.meteor.com/的安装脚本中找到它
#2
8
As a more general solution, the bash shell command type
accomplishes this for any command:
作为一种更通用的解决方案,bash shell命令类型可以为任何命令完成此操作:
$ type meteor
meteor is /usr/local/bin/meteor
For other shells, see this excellent answer over at superuser.
对于其他shell,请在超级用户处查看此优秀答案。