我搞砸了我的终端路径,现在我无法加载 rvm 或 ruby
I screwed up my terminal path now i can't load rvm or ruby
我已经尝试并搜索了好几天来解决这个问题。我是 programming/coding 的新手,我不知何故搞砸了我在终端的路径。
我正在关注 Rails 教程中的 Ruby,但它向南。我的 rvm 安装在错误的位置,我没有做任何修复。我在 High Sierra 上,我安装了 xcode9
。
我试过导出 :$PATH
,我试过 nano
编辑器,我什至试过内爆 rvm
(它不会让我因为我在 rvmrc 之外).
当我 echo $PATH
我得到:
:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Applications/.rvm/bin" before i started trying to fix it, it was ":/usr/local/opt/libiconv/bin:/Applications/.rvm/gems/ruby-2.4.0/bin:/Applications/.rvm/gems/ruby-2.4.0@global/bin:/Applications/.rvm/rubies/ruby-2.4.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Applications/.rvm/bin
在这两种情况下,rvm 都位于路径的末尾。
我刚刚重新安装了 MAMP Pro,现在我的 ruby/ROR 又可以用了。我仍然偶尔会收到终端消息,但它不会使我的程序崩溃,我可以忽略它。
我已经尝试并搜索了好几天来解决这个问题。我是 programming/coding 的新手,我不知何故搞砸了我在终端的路径。
我正在关注 Rails 教程中的 Ruby,但它向南。我的 rvm 安装在错误的位置,我没有做任何修复。我在 High Sierra 上,我安装了 xcode9
。
我试过导出 :$PATH
,我试过 nano
编辑器,我什至试过内爆 rvm
(它不会让我因为我在 rvmrc 之外).
当我 echo $PATH
我得到:
:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Applications/.rvm/bin" before i started trying to fix it, it was ":/usr/local/opt/libiconv/bin:/Applications/.rvm/gems/ruby-2.4.0/bin:/Applications/.rvm/gems/ruby-2.4.0@global/bin:/Applications/.rvm/rubies/ruby-2.4.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Applications/.rvm/bin
在这两种情况下,rvm 都位于路径的末尾。
我刚刚重新安装了 MAMP Pro,现在我的 ruby/ROR 又可以用了。我仍然偶尔会收到终端消息,但它不会使我的程序崩溃,我可以忽略它。