Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialdilen worsoff
4,494 Pointsbundler: command not found
I'm trying to install ruby on rails but when I try to create the rails new test app is says that I have a gem missing.
Errno::EACCES: Permission denied @ rb_sysopen - /Users/student/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/rails-4.1.6/README.md
An error occurred while installing rails (4.1.6), and Bundler cannot continue.
Make sure that gem install rails -v '4.1.6'
succeeds before bundling.
run bundle exec spring binstub --all
/Users/student/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/runtime.rb:222: warning: Insecure world writable dir /Users/student in PATH, mode 040707
bundler: command not found: spring
Install missing gem executables with bundle install
bundle install doesnt work either.
Anyone know how to fix this?
1 Answer
Sreng Hong
15,083 PointsDo you try bundle update
before bundle install
? You should update it to latest version first.
Hope this helps.
dilen worsoff
4,494 Pointsdilen worsoff
4,494 PointsAlso returns an error :(
/Users/student/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/vendor/thor/shell/basic.rb:355: warning: Insecure world writable dir /Users/student in PATH, mode 040707 Could not locate Gemfile