-
Notifications
You must be signed in to change notification settings - Fork 28
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/gem: command not found #17
Comments
Yes, Yosemite standard Ruby is Ruby 2.0. This will require an update. You could try /System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/gem |
Actually TM provides a The other option is to switch to the new system default which is Ruby 2.0. |
finally, I have a unwise solution. sudo mkdir -p /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin
sudo ln -s /System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/gem /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/gem
sudo ln -s /System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby I create two soft link, then have a warning in markdown preview:
Will it affect use? |
@mmy812 you can find a copy of ruby 18 here:
@sorbits please correct me if there's a better way… |
Note that if you're using RVM you might have trouble with env ruby you might try using: |
This works for me on OSX Yosemite v10.10 Installed gems:
Edit support file
|
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/gem: command not found in Yosemite
The text was updated successfully, but these errors were encountered: