We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In all likelyhood much more straightforward than the related issue of rvm + rip, but should provide common use/best practices/caveats doc for users.
The text was updated successfully, but these errors were encountered:
I'd like to see rip installable through homebrew.
brew install rip
Sorry, something went wrong.
Yeah, I'd like to get a Formula going this week.
In other news:
rip env -c rip rip exec rip rip install git://github.com/defunkt/rip vim ~/.bashrc
Remove whatever code you're using to initialize rip. Now add:
export RUBYLIB="~/.rip/rip/lib:$RUBYLIB" export PATH="~/.rip/rip/bin:$PATH" eval `rip config`
Tada. rip is now installed using rip.
dumpstate-stats.txt export RUBYLIB="/.rip/rip/lib:$RUBYLIB" export PATH="/.rip/rip/bin:$PATH" eval rip config
rip config
No branches or pull requests
In all likelyhood much more straightforward than the related issue of rvm + rip, but should provide common use/best practices/caveats doc for users.
The text was updated successfully, but these errors were encountered: