Vlad Alfimov

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Setup Ubuntu 16.10 Yakkety Yak Discussion

If someone chose RVM to work with Ruby I suggest you will need to type:
'echo "source \$HOME/.rvm/scripts/rvm" >> ~/.bashrc'
instead of:
'source ~/.rvm/scripts/rvm'
Because otherwise your terminal will remember this source only for current session and next time you ask for 'ruby -v' or 'gem install ...' you'll get answer like 'The program 'gem' is currently not installed. You can install'

Nice guide, by the way