hi group im new to rails i follow instruction about instalation rails in ubuntu12.04 in this url https://www.digitalocean.com/community/articles/how-to-install-ruby-on-rails-on-ubuntu-12-04-lts-precise-pangolin-with-rvm everything was just fine but when i logout or restart the pc rails is lost if i try rails new app or something else i get this answer on the terminal sudo apt-get install rails the problem is already posted in stackoverflow in this url http://stackoverflow.com/questions/4976861/rvm-settings-lost-after-every-logoutbut not satisfactory answer thanks i hope you can help me! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/7EnxKNww4UcJ. For more options, visit https://groups.google.com/groups/opt_out.
For sure check the answer again where they said to source that line in your bashrc or bash_profile dot file. Read the RVM installation notes carefully. You will get there. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Hey I am also face the same Problem.... but after google it i found solution.... may be it is useful to you In Ubuntu 11.10 please change your GNOME terminal setting : go to Terminal 1. *Edit > Profile Preferences open* 2. Open : *Title and Command* Tab 3. Check : *Run Command as a login Shell* 4. restart terminal . run this command on terminal . rvm --default use ruby_Version may be it is useful to you....... On Fri, Sep 28, 2012 at 3:56 PM, Victor Goff <keeperotphones-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> For sure check the answer again where they said to source that line in > your bashrc or bash_profile dot file. > > Read the RVM installation notes carefully. You will get there. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit https://groups.google.com/groups/opt_out. > > >-- నేను కొంచం తపన, కాస్త ఆసక్తి, కొన్ని కలలు, కాసిన్ని ఊహలు కలిపేస్తే నేను bala raju -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
thanks victor i will try both suggestions 2012/9/28 Victor Goff <keeperotphones-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> For sure check the answer again where they said to source that line in > your bashrc or bash_profile dot file. > > Read the RVM installation notes carefully. You will get there. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Something else to consider is whether you are running the config that you assume that you are. Trying putting an echo into the startup script that contains the RVM setup, like "getting ready to load RVM...", then look into what shell you are using, which script is being used depending on whether you have a local session or connecting remotely, etc.; if you connect remotely like connecting to a VM/sever from your laptop that would matter. And if you are typing "rvm use" in the terminal instead of using an .rvmrc in each root-level project directory that contains something like: rvm use ruby-1.9.3-p194@name_of_the_project --create or rvm use @$(basename `pwd`) --create then consider using the .rvmrc. Just be sure not to check it into open source projects, because then you might use someone else''s gemset name that is using your project and make it easier for them to pollute their other gemset. On Friday, September 28, 2012 10:32:45 AM UTC-4, chichibek bros wrote:> > thanks victor i will try both suggestions > > 2012/9/28 Victor Goff <keepero...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> > >> For sure check the answer again where they said to source that line in >> your bashrc or bash_profile dot file. >> >> Read the RVM installation notes carefully. You will get there. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonra...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<javascript:> >> . >> To unsubscribe from this group, send email to >> rubyonrails-ta...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. >> 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/bTudxYBwy_MJ. For more options, visit https://groups.google.com/groups/opt_out.
thanks BalaRaju Vankala the solution you posted worked great in two machines whit the same problem thanks all for the answers 2012/10/1 gsw <garysweaver-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> Something else to consider is whether you are running the config that you > assume that you are. > > Trying putting an echo into the startup script that contains the RVM > setup, like "getting ready to load RVM...", then look into what shell you > are using, which script is being used depending on whether you have a local > session or connecting remotely, etc.; if you connect remotely like > connecting to a VM/sever from your laptop that would matter. > > And if you are typing "rvm use" in the terminal instead of using an .rvmrc > in each root-level project directory that contains something like: > > rvm use ruby-1.9.3-p194@name_of_the_project --create > > or > > rvm use @$(basename `pwd`) --create > > then consider using the .rvmrc. Just be sure not to check it into open > source projects, because then you might use someone else''s gemset name that > is using your project and make it easier for them to pollute their other > gemset. > > > On Friday, September 28, 2012 10:32:45 AM UTC-4, chichibek bros wrote: > >> thanks victor i will try both suggestions >> >> 2012/9/28 Victor Goff <keepero...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >> >>> For sure check the answer again where they said to source that line in >>> your bashrc or bash_profile dot file. >>> >>> Read the RVM installation notes carefully. You will get there. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Ruby on Rails: Talk" group. >>> To post to this group, send email to rubyonra...@googlegroups.**com. >>> To unsubscribe from this group, send email to rubyonrails-ta...@** >>> googlegroups.com. >>> For more options, visit https://groups.google.com/**groups/opt_out<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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/bTudxYBwy_MJ. > > 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.