Re: /usr/local/bin?

From: Bill Unruh (unruh_at_string.physics.ubc.ca)
Date: 09/24/04


Date: 24 Sep 2004 03:17:02 GMT


"Alexander Adam" <nospam@please.com> writes:

]hi!

]I've sucessfully compiled and installed cvs source into /usr/local/bin

]Now I was expecting the bash shell to know the 'cvs' command but it doesn't.
]Even when I am in the /usr/local/bin dir I am unable to run the cvs command
]but its there so what's wrong?

The directory you are in irrelevant, unless you have the insecure . in your
PATH. You can eitehr print the full name
/usr/local/bin/cvs
or put
/usr/local/bin
into your PATH (look in .bashrc and add
/usr/local/bin to the end of the PATH statement.
Do not end in the PATH with : and do not have any double colons in your
PATH

]Sorry for the maybe stupid question but I'm pretty new to unix/linux and
]would appreciate any help on that!

]thanks a lot,
]alex



Relevant Pages

  • Re: /usr/local/bin?
    ... > Now I was expecting the bash shell to know the 'cvs' command but it doesn't. ...
    (comp.unix.admin)
  • Re: /usr/local/bin?
    ... >> Now I was expecting the bash shell to know the 'cvs' command but it ...
    (comp.unix.admin)
  • Re: exec problems
    ... > Michael Schlenker wrote: ... This is a typical pipe setup for tcl (rather complex looking due to the ... If you just want to exec a cvs command like cvs update and do not need ...
    (comp.lang.tcl)
  • Re: How to use xargs with a shell redirect
    ... command with redirects in it? ... Every time I do a CVS update, I get merge conflicts on these files. ... like a perfect opportunity for the shell (BASH shell, ...
    (comp.unix.shell)
  • Re: Passwordless logins, .shosts for Windows CVS clients with Cygwin
    ... depending on the hardware involved, SSH configuration, frequency of CVS ... It really shouldn't be this way -- ideally, you'd make one SSH connection ... NKG> CygWin window or command window and just have it Work. ...
    (comp.security.ssh)