Guest User

Untitled

a guest
Jul 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. fuuu ~ % tail /etc/rvmrc
  2. # Setup default configuration for rvm.
  3. # If an rvm install exists in the home directory, don't load this.'
  4. if [[ ! -s "$HOME/.rvm/scripts/rvm" ]]; then
  5. umask g+w
  6. export rvm_selfcontained=0
  7. export rvm_prefix="/usr/local/"
  8. fi
  9.  
  10. export rvm_gem_path=$HOME/.rvm/gem
  11.  
  12. fuuu ~ % rvm gemdir
  13. /usr/local/rvm/gems/ruby-1.9.2-p136
  14. fuuu ~ % echo $GEM_PATH
  15. /usr/local/rvm/gems/ruby-1.9.2-p136:/usr/local/rvm/gems/ruby-1.9.2-p136@global
  16. fuuu ~ % echo $GEM_HOME
  17. /usr/local/rvm/gems/ruby-1.9.2-p136
Add Comment
Please, Sign In to add comment