Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork841
Question - installing gems#147
-
When running
I tried digging around a little nothing I came across seemed to be a fix for my environment:
Any assistance would be greatly appreciated. |
BetaWas this translation helpful?Give feedback.
All reactions
I believe I've fixed this by running:gem install bundler --user-install
and then exporting it to path. In my case that looked like:echo 'export PATH="/Users/myuser/.gem/ruby/2.6.0/bin:$PATH"' >> ~/.zshrc
Replies: 1 comment
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I believe I've fixed this by running: |
BetaWas this translation helpful?Give feedback.
All reactions
👍 2