.bashrc says:
PATH=$PATH:/usr/local/mysql/bin/:$HOME/.rvm/bin # Add RVM to PATH for scripting
but mysql -u root returns
-bash: mysql: command not found
but if I do /usr/local/mysql/bin/mysql -u root
everything works fine. Why isn't it search using PATH?
Thanks
echo $PATHin a shell, do you see the changedPATH? If not, I might know why..bashrcexport PATH?