-
-
Save jamesgecko/84fe5ea2ad5ac8d0832a to your computer and use it in GitHub Desktop.
rbenv session. wat.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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