好的,所以我让 Ruby 可以完美地使用 guard 来观看一些 sass 文件,我重新启动了我的计算机,苹果做了一些更新(不知道这是否与问题有关)。重新启动后,我重新打开保护,我收到此错误:
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin13/rbconfig.rb:212: warning: Insecure world writable dir /usr/local/ImageMagick/bin in PATH, mode 040757
现在很明显的一件事是我的路径中间的“Imagemagick”,我不知道它是如何到达那里的,并且相当确定那是我的问题。
当我尝试在 Ruby 中运行大多数东西时,我得到了这个:
PATH is not properly set up, '/usr/local/rvm/gems/ruby-1.9.3-p448/bin' is not available,
usually this is caused by shell initialization files - check them for 'PATH=...' entries,
it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
to fix temporarily in this shell session run: 'rvm use ruby-1.9.3-p448'.
rvm get stable --auto-dotfiles
似乎没有为我做任何事情。跑步rvm info
给了我这个路径:
PATH: "/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/ImageMagick/bin:/opt/sm/bin:/opt/sm/pkg/active/bin:/opt/sm/pkg/active/sbin:/usr/local/rvm/bin"
只是想知道如何解决这条路径或任何可以解决我的问题的方法,我觉得我已经绕圈子太久了。
谢谢