Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Support for Yosemite #23

Closed
wants to merge 2 commits into from
Closed

Support for Yosemite #23

wants to merge 2 commits into from

Conversation

fiedl
Copy link

@fiedl fiedl commented Feb 25, 2015

Trying to fix #17.

The missing gems have to be installed as follows:

# bash
sudo /usr/bin/env gem install redcarpet:2.3.0 pygments.rb

Since I don't know why originally /System/Library/Frameworks/Ruby.framework/Versions/1.8 has been used, please double check this change.

It works fine for my Yosemite system (screenshot below).
But, I had to deactivate the original markdown bundle in textmate.

Thanks for your bundle!

bildschirmfoto 2015-02-25 um 09 38 36

@elia
Copy link
Collaborator

elia commented Feb 28, 2015

1.8 was the system ruby before maveriks

Using env Ruby is dangerous because you can't know the exact version since many ppl use version managers like rvm.io to point env Ruby to different versions.

I'd suggest to replace env Ruby with the full path as it was before but with the version switched to 2.0.

@elia
Copy link
Collaborator

elia commented Feb 28, 2015

About deactivating the original bundle maybe it worth putting a note in the readme

@fiedl
Copy link
Author

fiedl commented Mar 13, 2015

I've used the fork with rbenv for two weeks, now---so far everything works fine.
But surely using the absolute path would be a more robust solution.

@fiedl fiedl closed this Mar 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/gem: command not found
2 participants