Skip to content

Instantly share code, notes, and snippets.

@derekharmel
Created April 16, 2012 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save derekharmel/2399684 to your computer and use it in GitHub Desktop.
Save derekharmel/2399684 to your computer and use it in GitHub Desktop.
How to fix pow not using the correct gemset
# From the project root
rvm env -- `rvm current` > .powenv
@brookr
Copy link

brookr commented Apr 25, 2012

Thanks for this!! Spent way too long trying to resolve this issue.

A small change will prevent this from overwriting anything already in .powenv: https://gist.github.com/2493622

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment