Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Fix gem installation #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ricog
Copy link

@ricog ricog commented Feb 19, 2015

I am opening this PR for discussion only as it is not ready to merge.

⚠️ This fixes gem installation for kitchenplan by assuming commands and file locations. It is poorly implemented at the moment due to hard coding of the gem installation path. If resolved it should close kitchenplan issue #109.

⚠️ This fixes gem installation for `kitchenplan` by assuming
commands and file locations. It is poorly implemented at the moment due
to hard coding of the gem installation path.
@ricog
Copy link
Author

ricog commented Feb 19, 2015

You can see from the first line of the commit I was trying to grab the correct gem install path from the gem env command. I don't know ruby well, so couldn't figure it out. If anyone knows how to achieve this let me know.

The following does not work, but should make it clear what I am trying to achieve.

gem_install_dir = `gem env gemdir | tr -d "\n"`

@roderik
Copy link
Member

roderik commented Feb 25, 2015

Any luck?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SASS gem not installed
2 participants