Install RVM (source):
-
Get RVM:
sudo apt-get install software-properties-common sudo apt-add-repository -y ppa:rael-gc/rvm sudo apt-get update sudo apt-get install rvm
-
Gnome Terminal profile --> "Run command as a login shell"
-
Reboot
-
Execute:
rvm install ruby gem install bundler bundle install bundle exec jekyll serve --watch --incremental