-bash: slather: 找不到命令

-bash: slather: command not found

成功安装后出现 Slather 命令未发现错误。我已经更新了终端中使用的命令。任何人都可以帮助识别丢失的标志或设置吗?

MacBook-Pro-5:DemoAPP mackbook$ gem install slather
Successfully installed slather-2.7.2
Parsing documentation for slather-2.7.2
Done installing documentation for slather after 0 seconds
1 gem installed


MacBook-Pro-5:DemoAPP mackbook$ slather
**-bash: slather: command not found**

有点像 this question,检查你的 gem environmentgem env 和你的 $PATH

gem paths 之一中查找可执行文件,并确保在当前 $PATH.

中引用了完整路径