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

Not aliasing 2.0.0p195 #3

Closed
espen opened this issue May 16, 2013 · 1 comment
Closed

Not aliasing 2.0.0p195 #3

espen opened this issue May 16, 2013 · 1 comment

Comments

@espen
Copy link

espen commented May 16, 2013

➜ ~ rbenv alias 2.0.0 --auto
2.0.0 => 2.0.0-p195
➜ ~ rbenv shell 2.0.0
➜ ~ ruby -v
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.2.0]
➜ ~ rbenv which ruby
/Users/espen/.rbenv/versions/2.0.0/bin/ruby
➜ ~ ls .rbenv/versions/2.0.0
2.0.0-p195 bin include lib openssl share
➜ ~ rbenv shell 2.0.0-p195
➜ ~ ruby -v
ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-darwin12.3.0]

@tpope tpope closed this as completed in 5a0e91d May 16, 2013
@espen
Copy link
Author

espen commented May 16, 2013

Wow, that was quick :) Works. Thanks!

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

No branches or pull requests

1 participant