Actions
Misc #13316
closedgem startup and Path order OS X
Misc #13316:
gem startup and Path order OS X
Status:
Third Party's Issue
Assignee:
-
Description
I'm having great trouble getting gem to reliably start on OS X 10.11.6. This has only started to happen recently. The problem appears to be in getting the Path order correct due to the requirements of Ruby and rvm. Attached is the gem crash report including the current path under which it crashed (bash$gem.txt) and the .profile, .bashrc, and .bash_profile files that create the Path order.
Apologies if this is a newbie problem, but Ruby has particular requirements that are not easy to satisfy. It would be helpful if this could be made easier for mere mortals.
Files
Updated by nobu (Nobuyoshi Nakada) over 8 years ago
You run /usr/bin/gem.
Is gem command in /Users/Stuart/.rvm/gems/ruby-2.4.0/bin directory, and excutable?
Updated by nobu (Nobuyoshi Nakada) over 8 years ago
- Status changed from Open to Third Party's Issue
Actions