I install on ubuntu terminal terminator. I want create new project and show error: The program ''rails'' can be found in the following packages: * rails * ruby-railties-3.2 In empty terminal no problem. How solve this problem? -- 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 For more options, visit https://groups.google.com/groups/opt_out.
On 28 February 2013 12:04, Dmitrij B. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I install on ubuntu terminal terminator. I want create new project and > show error: The program ''rails'' can be found in the following packages: > * rails > * ruby-railties-3.2 > > In empty terminal no problem.Have you tried re-booting? How have you installed rails? If, in the normal terminal, you type which rails what does it show? 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 For more options, visit https://groups.google.com/groups/opt_out.
in normal terminal show Rails 3.2.11 -- 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 For more options, visit https://groups.google.com/groups/opt_out.
On 28 February 2013 16:47, Dmitrij B. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> in normal terminal show Rails 3.2.11Is that supposed to be a reply to my question? If so go and read the question again more carefully and make sure you reply to all the questions asked (there were three questions). For none of the questions was 3.2.11 a valid reply ( I did not ask which rails you are using, but what is the result of the command "which rails"). Also when replying include the previous post so that we know what you are replying to. Remember this is a mailing list not a forum (though you may be accessing it through a forum like interface). Thanks 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 For more options, visit https://groups.google.com/groups/opt_out.
source ~/.bash_profile On Fri, Mar 1, 2013 at 1:01 AM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 28 February 2013 16:47, Dmitrij B. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > in normal terminal show Rails 3.2.11 > > Is that supposed to be a reply to my question? If so go and read the > question again more carefully and make sure you reply to all the > questions asked (there were three questions). For none of the > questions was 3.2.11 a valid reply ( I did not ask which rails you are > using, but what is the result of the command "which rails"). Also > when replying include the previous post so that we know what you are > replying to. Remember this is a mailing list not a forum (though you > may be accessing it through a forum like interface). Thanks > > 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 > For more options, visit https://groups.google.com/groups/opt_out. > > >-- *greatghoul <http://www.g2w.me> - Ask and Learn!* -- 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 For more options, visit https://groups.google.com/groups/opt_out.
sorry. When i add in normal terminal command line: rails new nameproject... All ok, creates a new project. But in Terminator if i want create new project, message - The program ''rails'' can be found in the following packages: * rails * ruby-railties-3.2 Yes, i install on ubuntu rails. -- 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 For more options, visit https://groups.google.com/groups/opt_out.
Im not too sure about this but try loading ur profile in terminal first. I remember i used to have to always had to run . .bashrc For my terminal color scheme to take effect in Terminator but then did something with my bash_login to make it permanent when opened Terminator. Im not sure of what command you have to type but its google stuff about making sure your user setting from the default terminal are also brought over to Terminator. Stuff with bash_profile bash_login bash_logout ect.. ect.. Hope this helps. Tron. On Thursday, February 28, 2013 9:49:41 AM UTC-8, Ruby-Forum.com User wrote:> > sorry. When i add in normal terminal command line: rails new > nameproject... All ok, creates a new project. But in Terminator if i > want create new project, message - The program ''rails'' can be found in > the following packages: > * rails > * ruby-railties-3.2 > > Yes, i install on ubuntu rails. > > -- > 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/msg/rubyonrails-talk/-/dFIUrnWlhH0J. For more options, visit https://groups.google.com/groups/opt_out.
On 28 February 2013 17:49, Dmitrij B. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> sorry. When i add in normal terminal command line: rails new > nameproject... All ok, creates a new project. But in Terminator if i > want create new project, message - The program ''rails'' can be found in > the following packages: > * rails > * ruby-railties-3.2 > > Yes, i install on ubuntu rails.You still have not answered the questions I asked, and again you did not quote the previous message so no-one knows what you are saying sorry about. The questions were 1. Have you tried re-booting? 2. How did you install rails (not on what OS, but how did you install rails) 3. What is the result of the command which rails Once again please quote this message. Insert your replies after each of the questions above, then you will not forget any. Colin> > -- > 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 > 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 For more options, visit https://groups.google.com/groups/opt_out.