jpadilla / juicebox

A virtual machine designed for programming workshops.

Home Page:http://jpadilla.github.io/juicebox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RVM Warning

jpadilla opened this issue · comments

RVM likes to whine about not being first in PATH. We also have NVM somewhere along. We can just disable this warning by adding rvm_silence_path_mismatch_check_flag=1 to ~/.rvmrc.

Warning! PATH is not properly set up, '/home/juicebox/.rvm/gems/ruby-2.1.5/bin' is not at first place,
         usually this is caused by shell initialization files - check them for 'PATH=...' entries,
         it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
         to fix temporarily in this shell session run: 'rvm use ruby-2.1.5'.