Sha256: 7930de568784e8e8f9229919371597abfb650b75b76bbfb67f2335e1c20f7952
Contents?: true
Size: 435 Bytes
Versions: 4
Compression:
Stored size: 435 Bytes
Contents
# trying to figure out why this script isn't working when i load it through # `profile.rb`... # # first, try sourcing this file from `.bash_profile` and see if it works... # [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* # ok, it does work. # maybe the problem is with the `eval` call? SRC="source $HOME/.rvm/scripts/rvm" eval $SRC # no, even that seems to work :/
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nrser-rash-0.2.3 | dev/scratch/source_rvm.sh |
nrser-rash-0.2.2 | dev/scratch/source_rvm.sh |
nrser-rash-0.2.1 | dev/scratch/source_rvm.sh |
nrser-rash-0.2.0 | dev/scratch/source_rvm.sh |