Hm. New raspbian installations don't have .bash_profile, but .profile. But it wont read the .profile if you have .bash_profile, so it also won't read .bashrc. Can you type these into the terminal? cat ~/.bash_profile >> ~/.profile rm ~/.bash_profile Also just to be sure, please do these two too. chm...