Ruby on Rails
Tuesday, January 27, 2015
your ruby is:
> ruby -v
> ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
but rails new prints:
> /usr/local/rvm/gems/ruby-2.1.2@global/gems/bundler-1.7.7/lib/bundler.rb:301: warning: Insecure world writable dir /usr/local/rvm/gems in PATH, mode 042777
which means you are not using RVM ruby properly, in "prueba2" directory please run:
rvm use ruby-2.1.2 &&
bundle install
if there are any instructions printed on the way make sure to follow them and try repeating till it works
-- > ruby -v
> ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
but rails new prints:
> /usr/local/rvm/gems/ruby-2.1.2@global/gems/bundler-1.7.7/lib/bundler.rb:301: warning: Insecure world writable dir /usr/local/rvm/gems in PATH, mode 042777
which means you are not using RVM ruby properly, in "prueba2" directory please run:
rvm use ruby-2.1.2 &&
bundle install
if there are any instructions printed on the way make sure to follow them and try repeating till it works
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@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a2581514-0e13-4587-ab79-ca07886767de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment