Skip to content

Instantly share code, notes, and snippets.

@defunkt
Created May 4, 2010 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save defunkt/389001 to your computer and use it in GitHub Desktop.
Save defunkt/389001 to your computer and use it in GitHub Desktop.
Stacking ripenvs
$ rip-env -c resque
$ rip-install resque
installed redis (1.0.7)
installed redis-namespace (0.4.2)
installed sinatra (0.9.2)
installed vegas (0.1.2)
installed resque (1.8.2)
$ rake
-bash: rake: command not found
$ rip-list
ripenv: resque
redis (1.0.7)
redis-namespace (0.4.2)
resque (1.8.2)
sinatra (0.9.2)
vegas (0.1.2)
$ rip-env -c system
$ rip-install rake
installed rake (0.8.7)
$ rip-list
ripenv: system
rake (0.8.7)
$ rip-env resque
$ rip-push system
$ rip-env
resque
$ rake
Loaded suite
BuildTest
test_build_extconf PASS
^C
$ rip-list
ripenv: resque
redis (1.0.7)
redis-namespace (0.4.2)
resque (1.8.2)
sinatra (0.9.2)
vegas (0.1.2)
@rtomayko
Copy link

rtomayko commented May 4, 2010

Beautiful.

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