Closed tangledhelix closed 12 years ago
Hello! Thanks for posting this issue.
I just pushed v0.1.2
. Could you try out that version?
How do I build this from the source? The gem servers still show 0.1.1 as far as I can tell, so gem update
doesn't work.
Oops, I forgot to push it to RubyGems. Just do gem install pry-theme
again.
Works great, thanks :-)
I know this error was addressed in kyrylo/pry-theme#4, but the fix does not work in my situation. When I boot servers, they start the puppet daemon, which loads rubygems (including, in my case, pry-theme 0.1.1). Then I get this error:
Puppet works, but I keep getting asked about this, so it would be great if the error could go away someday.
I believe the trouble here is that when running
/sbin/service
, or during bootup (which will run/sbin/service
to start puppet and other services),$HOME
is not set, and pry-theme is not happy about that. I've tried a few things in my local setup but so far nothing I tried has worked, so unfortunately I don't have a pull request to go with this report.