ubuntu - .bashrc at ssh login -


When I'm running my ubuntu-box Hardy 8.04, the environment variables in my .bashrc are not set.

If I make a source. Bashrc, variables are set correctly, and all this is fine.

How can it come Bassarak is not running in the log?

.bashrc is not logged in using SSH. You need a source in your .bash_profile :

  if [-f ~ / .bashrc]; Again   . ~ / .bashrc fi  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -