Re: /bin/bash: cvs: command not found

2003-08-01 Thread Derrick 'dman' Hudson
On Fri, Aug 01, 2003 at 11:57:54AM -0700, Bill Moseley wrote: [need to add a directory to the path for a cvs-over-ssh session] | Now I assume that's becuase /home/foo/local/bin/cvs is not in the path. | I tried setting path in .bash_profile (and .bashrc) on the remote | machine but they don't seem

Re: /bin/bash: cvs: command not found

2003-08-01 Thread Eduard Bloch
t;>which cvs > /home/foo/local/bin/cvs > > $ cvs -d:ext:[EMAIL PROTECTED]:/home/foo/local/cvsroot co something > /bin/bash: cvs: command not found $ cat cvs-path # source this into your shell like this: # source cvs-path # # Hell, someone should forbid the university to

/bin/bash: cvs: command not found

2003-08-01 Thread Bill Moseley
o/local/cvsroot co something /bin/bash: cvs: command not found Now I assume that's becuase /home/foo/local/bin/cvs is not in the path. I tried setting path in .bash_profile (and .bashrc) on the remote machine but they don't seem to be read on a ssh connection. How do I get foo's PATH up