ruby - Should my $PATH be returning anything RVM related? -


i running command

echo $path 

which returning following information containing rvm

/users/rai/.rvm/gems/ruby-2.1.1/bin:/users/rai/.rvm/gems/ruby-2.1.1@global/bin:/users/rai/.rvm/rubies/ruby-2.1.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/users/rai/.rvm/bin

should command return following?

/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin

note using on zsh

should command return following?

no, returns what's been set. @ ~/.zshrc file starters there other places $path can set.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -