6

RVM の最新バージョンを再インストールしようとしたときに、RVM から "$PATH" 変数が見つからないか正しくないことに関連するエラー通知が表示されました。(a)この変数を何に設定する必要があるか、(b)それを変更する方法を知っている人はいますか?

何十ものスレッドを検索しましたが、この問題を正確に参照しているようには見えません。どんな助けでも大歓迎です。

ありがとう、コーディ

Codys-MacBook-Pro:demo_app Cody$  rvm get head && rvm reload
######################################################################## 100.0%
Downloading RVM from wayneeseguin branch master
Upgrading the RVM installation in /Users/Cody/.rvm/
RVM PATH line found in /Users/Cody/.bashrc /Users/Cody/.zshrc.
RVM sourcing line found in /Users/Cody/.bash_profile /Users/Cody/.zprofile.

Upgrade Notes:

/Users/Cody/.bash_profile:3:export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin:/Users/Cody/.rvm/bin

* WARNING: Above files contains `PATH=` with no `$PATH` inside, this can break RVM,
for details check https://github.com/wayneeseguin/rvm/issues/1351#issuecomment-        10939525
to avoid this warning append #PATH.

Upgrade of RVM in /Users/Cody/.rvm/ is complete.
4

2 に答える 2

3

メッセージが表示されるのは、ハード コードするのは悪い習慣であるPATHためです。たとえば、で行われる動的構成が壊れます/etc/profile.d/*.sh。OH-MY-ZSH のバグは次のとおりです => https://github.com/robbyrussell/oh -my-zsh/プル/1359

それを修正するには、行を削除するだけです。

于 2013-05-07T23:43:56.430 に答える