Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with bundle install #1102

Closed
ghost opened this issue Sep 7, 2012 · 2 comments
Closed

Problem with bundle install #1102

ghost opened this issue Sep 7, 2012 · 2 comments
Assignees
Milestone

Comments

@ghost
Copy link

ghost commented Sep 7, 2012

I try to follow this tutorail : http://ruby.railstutorial.org/ruby-on-rails-tutorial-book
But when I do bundle install I see this output :

bundle install
ERROR: Gem bundler is not installed, run gem install bundler first.
roelof@linux-nshu:/rails-project/first_app> gem install bundler
Fetching: bundler-1.2.0.gem (100%)
Successfully installed bundler-1.2.0
1 gem installed
roelof@linux-nshu:
/rails-project/first_app> bundle install
ERROR: Gem bundler is not installed, run gem install bundler first.

Roelof

@mpapis
Copy link
Member

mpapis commented Sep 7, 2012

rvm/bin is on beggining of PATH ... need to fix it

@ghost
Copy link
Author

ghost commented Sep 7, 2012

I am having the same problem. What would be a fix?

Here is the output from PATH:
/Users/julikr678/.rvm/bin:/Users/julikr678/.rvm/gems/ruby-1.9.3-p194@rails3tutorial2ndEd/bin:/Users/julikr678/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/julikr678/.rvm/rubies/ruby-1.9.3-p194/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin:/Users/julikr678/.rvm/bin

There are lots of duplicates but I can't figure out how to get rid of them.

@mpapis mpapis closed this as completed in f1aaa79 Sep 7, 2012
@ghost ghost assigned mpapis Sep 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant