Re: Bash PATH via ssh

2003-01-09 Thread Corinna Vinschen
On Wed, Jan 08, 2003 at 02:54:21PM -0500, Pierre A. Humblet wrote: On Wed, Jan 08, 2003 at 02:02:06PM -0600, Michael Hipp wrote: Thanks. I now have ensured that ~/.profile, ~./bash_profile, ~/.bash_login, /etc/profile all contain the lines: PATH=/usr/local/bin:/usr/bin:/bin:$PATH

Bash PATH via ssh

2003-01-08 Thread Michael Hipp
Hello, first post. From a remote machine I'm doing something like: ssh 192.168.0.150 'echo $PATH' All the path appears to be set to is the Windows system path. I've put path amendments into /.bashrc and ~/.bashrc. As well as in the bash.bashrc files in /etc. Where do I put the path

Re: Bash PATH via ssh

2003-01-08 Thread Pierre A. Humblet
On Wed, Jan 08, 2003 at 02:02:06PM -0600, Michael Hipp wrote: Thanks. I now have ensured that ~/.profile, ~./bash_profile, ~/.bash_login, /etc/profile all contain the lines: PATH=/usr/local/bin:/usr/bin:/bin:$PATH export PATH But still when I do ssh 192.168.0.150 'echo $PATH' it returns