如果我运行ruby -v
,则会在bash中报告我正在使用1.9.3p194
。
但是,我正在使用CodeKit编译Compass项目,并且它不断返回此错误:
Compass was unable to compile one or more files in the project:
LoadError on line 31 of /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb: no such file to load -- toolkit
Run with --trace to see the full backtrace
我已正确配置CodeKit以运行Sass 3.2和Compass 0.13,所以我不确定为什么它一直在上面的目录中查找Ruby。有任何想法吗?我也在使用RVM。
以下是.bash_profile中的配置路径:
PATH="/usr/local/bin:$PATH"
PATH="$PATH:$HOME/bin"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
和bashrc:
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
答案 0 :(得分:0)
我最终在CodeKit上使用Compass.app。就目前而言,CodeKit似乎只是在运行Sass 3.2。我没有使用Compass.app遇到任何问题。