(-_-) $ rake generate
## Test build for source/_posts/2014-07-10-test.md
## Stashing other posts
## Generating Site with Jekyll
identical source/stylesheets/screen.css
~/.rvm/gems/ruby-1.9.3-p547/gems/execjs-2.2.1/lib/execjs/runtimes.rb:51:in `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)
from ~/.rvm/gems/ruby-1.9.3-p547/gems/execjs-2.2.1/lib/execjs.rb:5:in `<module:ExecJS>'
from ~/.rvm/gems/ruby-1.9.3-p547/gems/execjs-2.2.1/lib/execjs.rb:4:in `<top (required)>'
from ~/.rvm/gems/ruby-1.9.3-p547/gems/coffee-script-2.2.0/lib/coffee_script.rb:1:in `require'
from ~/.rvm/gems/ruby-1.9.3-p547/gems/coffee-script-2.2.0/lib/coffee_script.rb:1:in `<top (required)>'
from ~/.rvm/gems/ruby-1.9.3-p547/gems/coffee-script-2.2.0/lib/coffee-script.rb:1:in `require'
from ~/.rvm/gems/ruby-1.9.3-p547/gems/coffee-script-2.2.0/lib/coffee-script.rb:1:in `<top (required)>'
from ~/.rvm/gems/ruby-1.9.3-p547/gems/jekyll-coffeescript-1.0.0/lib/jekyll-coffeescript.rb:2:in `require'
from ~/.rvm/gems/ruby-1.9.3-p547/gems/jekyll-coffeescript-1.0.0/lib/jekyll-coffeescript.rb:2:in `<top (required)>'
from ~/.rvm/gems/ruby-1.9.3-p547/gems/jekyll-2.1.0/lib/jekyll.rb:75:in `require'
from ~/.rvm/gems/ruby-1.9.3-p547/gems/jekyll-2.1.0/lib/jekyll.rb:75:in `<top (required)>'
from ~/.rvm/gems/ruby-1.9.3-p547/gems/jekyll-2.1.0/bin/jekyll:6:in `require'
from ~/.rvm/gems/ruby-1.9.3-p547/gems/jekyll-2.1.0/bin/jekyll:6:in `<top (required)>'
from ~/.rvm/gems/ruby-1.9.3-p547/bin/jekyll:23:in `load'
from ~/.rvm/gems/ruby-1.9.3-p547/bin/jekyll:23:in `<main>'
from ~/.rvm/gems/ruby-1.9.3-p547/bin/ruby_executable_hooks:15:in `eval'
from ~/.rvm/gems/ruby-1.9.3-p547/bin/ruby_executable_hooks:15:in `<main>'
## Restoring stashed posts
$ which ruby
$ cd ~/tmp/
$ v=v0.11.13
$ wget http://nodejs.org/dist/$v/node-${v}.tar.gz
$ tar xzf node-${v}.tar.gz
$ cd node-$v
$ ./configure --prefix=~/usr/local/stow/node-${v}
$ make && make install
$ cd ~/usr/local/stow
$ stow node-${v}
$ rvm update
ERROR: rvm update has been removed. Try 'rvm get head' or see the 'rvm get' and rvm 'rubygems' CLI API instead
$ rvm get head
Downloading https://get.rvm.io
Downloading https://github.com/wayneeseguin/rvm/archive/master.tar.gz
Upgrading the RVM installation in ~/.rvm/
RVM PATH line found in ~/.profile ~/.zshrc.
RVM PATH line not found for Bash, rerun this command with '--auto-dotfiles' flag to fix it.
RVM sourcing line found in ~/.bashrc.
RVM sourcing line not found for Zsh, rerun this command with '--auto-dotfiles' flag to fix it.
Upgrade of RVM in ~/.rvm/ is complete.
...
RVM reloaded!
$ rvm uninstall all
...
$ rvm install 2.0.0
Install of ruby-2.0.0-p481 - #complete
Ruby was built without documentation, to build it run: rvm docs generate-ri
$