Skip to content

Instantly share code, notes, and snippets.

@jamesgecko
Created August 1, 2013 20:03
Show Gist options
  • Save jamesgecko/84fe5ea2ad5ac8d0832a to your computer and use it in GitHub Desktop.
Save jamesgecko/84fe5ea2ad5ac8d0832a to your computer and use it in GitHub Desktop.
rbenv session. wat.
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
james at jd-local in ~
><((°> ruby --version
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
james at jd-local in ~
><((°> rbenv which ruby
/home/james/.rbenv/versions/2.0.0-p247/bin/ruby
james at jd-local in ~
><((°> cd ~/Dropbox/code/obtvse2/
james at jd-local in ~/D/c/obtvse2
><((°> ls
app/ config.ru Gemfile.lock log/ Rakefile test/
Capfile db/ Guardfile MIT-LICENSE.txt README.md vendor/
config/ Gemfile lib/ public/ script/
james at jd-local in ~/D/c/obtvse2
><((°> bundle install
rbenv: version `2.0.0-p0' is not installed
james at jd-local in ~/D/c/obtvse2
[1] ><((ˣ> rbenv which ruby
rbenv: version `2.0.0-p0' is not installed
james at jd-local in ~/D/c/obtvse2
[1] ><((ˣ> rbenv rehash
james at jd-local in ~/D/c/obtvse2
><((°> rbenv which ruby
rbenv: version `2.0.0-p0' is not installed
james at jd-local in ~/D/c/obtvse2
[1] ><((ˣ>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment