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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I believe I've fixed this by running: |
Beta Was this translation helpful? Give feedback.
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