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. |
Replies: 1 comment
|
I believe I've fixed this by running: |
I believe I've fixed this by running:
gem install bundler --user-installand then exporting it to path. In my case that looked like:echo 'export PATH="/Users/myuser/.gem/ruby/2.6.0/bin:$PATH"' >> ~/.zshrc