viernes, 4 de junio de 2010

SSH doesn't load environment !

SSH probably uses .bash_profile, which is not sourcing .bashrc file

does your .bash_profile contain
# .bash_profile
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi