我正在尝试在非导轨项目中安装bourbon / neat。
我按照此处的简单说明进行操作:https://github.com/thoughtbot/neat#installation
但是你可以看到 Bash无法识别宝石。
我尝试重启终端,但没有新的事情发生。
(我已经按照完全相同的方式安装了波旁威士忌并且工作正常)
MacBook-Pro-de-Andre-2:site abarro$ gem install neat -v 1.5.1
Fetching: sass-3.2.19.gem (100%)
Successfully installed sass-3.2.19
Fetching: neat-1.5.1.gem (100%)
Successfully installed neat-1.5.1
2 gems installed
MacBook-Pro-de-Andre-2:site abarro$ neat install
-bash: neat: command not found
有什么想法吗?
由于
答案 0 :(得分:0)
实际问题出在我的RVM安装上。
要修复它,只需添加:
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session as a function
到你的〜/ .bash_profile
(我没有技术知识发布原因,抱歉。)