. $HOME, /Development /Home RVM .bash_profile:
`[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
eval "$(rbenv init -)"`
Solutions in How to add android to the Cordoba platform? PATH error? I followed the character ~to initialize the directory /Developmentin the directory /Home, but it does not work. and I'm trying to execute code RVMin my .bash_profile using $HOME.
this is my .bash_profile:
export PATH=${PATH}:$HOME/Development/adt-bundle-mac-x86_64-20140321/sdk/platform-tools:$HOME/Development/adt-bundle-mac-x86_64-20140321/sdk/tools
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
eval "$(rbenv init -)"
and then run the command source ~/.bash_profile. Solved
source
share