Christian Bagley

Results 6 comments of Christian Bagley

You've installed p, but the error you are getting is referencing python. You do not have an installed version of python that p can see, since p installs python versions...

Did you try installing a different version of Python? Such as Python 2.X? I would need to see the log/output of the compiling to know what caused it to fail....

Brew does have the ability to install rubygems as homebrew formulae. You just need to install the brew-gem formula with: `brew install brew-gem` After that you can install Ruby gems...

@bensleveritt I know it has been awhile, are you still experiencing the problem? In terminal what does `ruby --version` return? Without knowing beforehand, I suspect that Homebrew is attempting to...

I'm working on a fix for this now, will update later this evening, hopefully with a pull request. I believe I found the issue, though.

@markrickert My apologies for the delay. Things got hectic with my schedule, had to divert my attention. I will get back to working on a fix for this, or a...