Skip to content
New issue

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

rip + Homebrew: Document Workflow and Interaction #101

Open
rue opened this issue May 10, 2010 · 2 comments
Open

rip + Homebrew: Document Workflow and Interaction #101

rue opened this issue May 10, 2010 · 2 comments
Labels

Comments

@rue
Copy link
Contributor

rue commented May 10, 2010

In all likelyhood much more straightforward than the related issue of rvm + rip, but should provide common use/best practices/caveats doc for users.

@josh
Copy link
Contributor

josh commented May 10, 2010

I'd like to see rip installable through homebrew.

brew install rip

@defunkt
Copy link
Owner

defunkt commented May 11, 2010

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
@defunkt @josh @rue and others