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
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
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
3 matches
Mail list logo