Hello - Hoping someone can help with this issue. Everytime i run rvm -v i receive this error. Warning! PATH is not properly set up, ''/usr/local/rvm/gems/ruby-1.9.3-p392/bin'' is not at first place, usually this is caused by shell initialization files - check them for ''PATH=...'' entries, My .bash_profile looks like this: export PATH=$PATH:/usr/local/rvm/gems/ruby-1.9.3-p392/bin:/usr/local/rvm/gems/ruby-1.9.3-p392@global/bin:/usr/local/rvm/rubies/ruby-1.9.3-p392/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/sm/bin:/opt/sm/pkg/active/bin:/usr/local/bin:/opt/sm/pkg/active/sbina export PATH=/usr/local/bin:$PATH export PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH" Can anyone point me in the right direction to resolve this. I have already tried the following. rvm get stable --auto-dotfiles rvm get head --auto-dotfiles rvm get head rvm get stable Thanks in advance. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/fa1fbcb203908ee8d82d221cf06d61f1%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
> > ''/usr/local/rvm/gems/ruby-1.9.3-p392/bin'' is not at first place >export PATH=/usr/local/rvm/gems/ruby-1.9.3-p392/bin:/usr/local/rvm/gems/ruby-1.9.3-p392@global/bin:/usr/local/rvm/rubies/ruby-1.9.3-p392/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/sm/bin:/opt/sm/pkg/active/bin:/usr/local/bin:/opt/sm/pkg/active/sbina:$PATH On Tuesday, September 17, 2013 7:56:08 AM UTC+4, Ruby-Forum.com User wrote:> > Hello - Hoping someone can help with this issue. Everytime i run rvm -v > i receive this error. > > Warning! PATH is not properly set up, > ''/usr/local/rvm/gems/ruby-1.9.3-p392/bin'' is not at first place, usually > this is caused by shell initialization files - check them for ''PATH=...'' > entries, > > My .bash_profile looks like this: > > export > PATH=$PATH:/usr/local/rvm/gems/ruby-1.9.3-p392/bin:/usr/local/rvm/gems/ruby-1.9.3-p392@global/bin:/usr/local/rvm/rubies/ruby-1.9.3-p392/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/sm/bin:/opt/sm/pkg/active/bin:/usr/local/bin:/opt/sm/pkg/active/sbina > > export PATH=/usr/local/bin:$PATH > export PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH" > > Can anyone point me in the right direction to resolve this. I have > already tried the following. > > rvm get stable --auto-dotfiles > rvm get head --auto-dotfiles > rvm get head > rvm get stable > > Thanks in advance. > > -- > Posted via http://www.ruby-forum.com/. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/99ee1952-fa97-474f-9774-eccf529ec550%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
On 17 September 2013 04:56, Chris Kuffo <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hello - Hoping someone can help with this issue. Everytime i run rvm -v > i receive this error. > > Warning! PATH is not properly set up, > ''/usr/local/rvm/gems/ruby-1.9.3-p392/bin'' is not at first place, usually > this is caused by shell initialization files - check them for ''PATH=...'' > entries,Is this a new setup or has it worked previously? What do you see if you run echo $PATH Colin> > My .bash_profile looks like this: > > export > PATH=$PATH:/usr/local/rvm/gems/ruby-1.9.3-p392/bin:/usr/local/rvm/gems/ruby-1.9.3-p392@global/bin:/usr/local/rvm/rubies/ruby-1.9.3-p392/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/sm/bin:/opt/sm/pkg/active/bin:/usr/local/bin:/opt/sm/pkg/active/sbina > export PATH=/usr/local/bin:$PATH > export PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH" > > Can anyone point me in the right direction to resolve this. I have > already tried the following. > > rvm get stable --auto-dotfiles > rvm get head --auto-dotfiles > rvm get head > rvm get stable > > Thanks in advance. > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/fa1fbcb203908ee8d82d221cf06d61f1%40ruby-forum.com. > For more options, visit https://groups.google.com/groups/opt_out.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLtj3GT_735tb_zu6sKdAD%2BtM5JuvmpeMSs72cFTAPsaTA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
On 17 September 2013 08:06, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 17 September 2013 04:56, Chris Kuffo <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> Hello - Hoping someone can help with this issue. Everytime i run rvm -v >> i receive this error. >> >> Warning! PATH is not properly set up, >> ''/usr/local/rvm/gems/ruby-1.9.3-p392/bin'' is not at first place, usually >> this is caused by shell initialization files - check them for ''PATH=...'' >> entries, > > Is this a new setup or has it worked previously? > > What do you see if you run > echo $PATHAlso googling for the error message produced [1]. Possibly that will help. [1] http://stackoverflow.com/questions/17968580/warning-path-is-not-properly-set-up-usually-this-is-caused-by-shell-initializa Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvNO6JKWgYnnPd6260WMUjRcgiO%2B%2BHXGdegSj8Reurz8A%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Change this line: export PATH=$PATH:/usr/local/rvm/ gems/ruby-1.9.3-p392/bin:/usr/local/rvm/gems/ruby-1.9.3-p392@global/bin:/usr/local/rvm/rubies/ruby-1.9.3-p392/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/sm/bin:/opt/sm/pkg/active/bin:/usr/local/bin:/opt/sm/pkg/active/sbina to: export PATH=$PATH:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/sm/bin:/opt/sm/pkg/active/bin:/usr/local/bin:/opt/sm/pkg/active/sbina as sourcing rvm will load default ruby and set it properly first in the PATH ... On Tuesday, September 17, 2013 9:09:03 AM UTC+2, Colin Law wrote:> > On 17 September 2013 08:06, Colin Law <cla...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org <javascript:>> > wrote: > > On 17 September 2013 04:56, Chris Kuffo <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org<javascript:>> > wrote: > >> Hello - Hoping someone can help with this issue. Everytime i run rvm -v > >> i receive this error. > >> > >> Warning! PATH is not properly set up, > >> ''/usr/local/rvm/gems/ruby-1.9.3-p392/bin'' is not at first place, > usually > >> this is caused by shell initialization files - check them for > ''PATH=...'' > >> entries, > > > > Is this a new setup or has it worked previously? > > > > What do you see if you run > > echo $PATH > > Also googling for the error message produced [1]. Possibly that will > help. > > [1] > http://stackoverflow.com/questions/17968580/warning-path-is-not-properly-set-up-usually-this-is-caused-by-shell-initializa > > Colin >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ecbe0322-3a71-403e-a60e-3dc1ce8e3768%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Please read the error messages and LOOK at your path variables, not only copy and paste them. Reading and understanding error messages can help save time pretty often... Am 17.09.2013 05:56 schrieb "Chris Kuffo" <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>:> Hello - Hoping someone can help with this issue. Everytime i run rvm -v > i receive this error. > > Warning! PATH is not properly set up, > ''/usr/local/rvm/gems/ruby-1.9.3-p392/bin'' is not at first place, usually > this is caused by shell initialization files - check them for ''PATH=...'' > entries, > > My .bash_profile looks like this: > > export > > PATH=$PATH:/usr/local/rvm/gems/ruby-1.9.3-p392/bin:/usr/local/rvm/gems/ruby-1.9.3-p392@global > /bin:/usr/local/rvm/rubies/ruby-1.9.3-p392/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/sm/bin:/opt/sm/pkg/active/bin:/usr/local/bin:/opt/sm/pkg/active/sbina > export PATH=/usr/local/bin:$PATH > export PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH" > > Can anyone point me in the right direction to resolve this. I have > already tried the following. > > rvm get stable --auto-dotfiles > rvm get head --auto-dotfiles > rvm get head > rvm get stable > > Thanks in advance. > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/fa1fbcb203908ee8d82d221cf06d61f1%40ruby-forum.com > . > For more options, visit https://groups.google.com/groups/opt_out. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CA%2BbCVsuG0aY041101%2BHF8%2BVLrUJQ08EMH668ERBnNkZwoirOpg%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.