Ask a Question related to Debian, Design and Development.
-
Bill Moseley #1
/bin/bash: cvs: command not found
I'm trying to do a cvs checkout from a remote machine running
SSH Version 1.2.25 [i686-unknown-linux], protocol version 1.5.
Say the user is "foo", and they have cvs installed locally:
/home/foo/local/bin/cvs>which cvs
$ cvs -d:ext:foo@foo.machine:/home/foo/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 updated on the remote machine?
I'm sure I've checked out from that machine before (but that local copy
is on a drive that's not working so I can't check the CVS Root).
Thanks,
--
Bill Moseley
[email]moseley@hank.org[/email]
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Bill Moseley Guest
-
time -l date ==> bash: -l: command not found Bug?
"time" doesn't seem to accept any options. The first thing on the line after "time" is taken as the utility to execute. I need the -l option. Am I... -
"Unknown command found"
Greetings. This hapened to me before, and hapened now again: I saved a FH file (with FH 11.0.1) and when I tried to open it it said "Could not... -
problem using bash variables with command-line perl in bash script
Hi! I have a problem with variables when using command-line perl in a bash script. The script should update a date (in 2003-10-10 form) if the... -
Newb Questions #2: Environment Variables for CLI? (I get "command not found" errors )
Hello Caught Napping wrote: That's probably because the command is called "rm". If you want to use "remove", you have to define an alias.... -
bash: display running foreground command in xterm title
How can I get bash to display the currently running command (at least the foreground process) in the titlebar of an xterm? All I'm finding on Google... -
Eduard Bloch #2
Re: /bin/bash: cvs: command not found
#include <hallo.h>
* Bill Moseley [Fri, Aug 01 2003, 11:57:54AM]:> I'm trying to do a cvs checkout from a remote machine running
>
> SSH Version 1.2.25 [i686-unknown-linux], protocol version 1.5.
>
> Say the user is "foo", and they have cvs installed locally:
>> /home/foo/local/bin/cvs> >which cvs
>
> $ cvs -d:ext:foo@foo.machine:/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 hire inept and ignorant
# admins not beeing able to fix the default PATH
export CVS_SERVER=/opt/global/bin/cvs
MfG,
Eduard.
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Eduard Bloch Guest



Reply With Quote

