When I ssh into my ubuntu-box running Hardy 8.04, the environment variables in my .bashrc are not set.
If I do a source .bashrc, the variables are properly set, and all is well.
How come .bashrc isn't run at login?
|
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
|
|||||||||||||
|
|
I had similar situation like Hobhouse. I wanted to use command
and 'my_strage_command' exists in '/var/some_wired_location' so I tried to append '/var/some_wired_location' in PATH environment by editing '$HOME/.bashrc' but that is not working. because my default .bashrc(Ubuntu 10.4 LTS) prevent from sourcing by code below
so If you want to change environment for ssh non-login shell. you should add code above that line. |
|||||
|
|
For an excellent resource on how bash invocation works, what dotfiles do what, and how you should use/configure them, read this: |
|||
|
|
|
If ayman's solution doesn't work, try naming your file |
|||
|
|