[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] some fedora core 6 questions...



Most Red Hat based linux systems have an area called /etc/profile.d
where I have inserted condor.sh and condor.csh
to set the condor paths for sh/bash and csh/tcsh respectively,
using the commands below.

Steve




On Mon, 2 Apr 2007, Dimitri Maziuk wrote:

simon kagwe wrote:

...
I have not been able to add it to the system path so that I can use a
command without specifying the whole path. As a result, I have to do
stuff like ~condor/sbin/condor_master instead of just condor_master.

For [ba]sh:
PATH="${PATH}:/home/condor/bin:/home/condor/sbin"; export PATH

For [t]csh:
setenv PATH "${PATH}:/home/condor/bin:/home/condor/sbin"

Exactly where to stick it depends on what you want to do:
/etc/profile (bash), /etc/csh.login (tcsh) if you want it for everyone,
~/.bashrc., ~/.cshrc -- for individual user(s).

Dima
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at either
https://lists.cs.wisc.edu/archive/condor-users/
http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR


--
------------------------------------------------------------------
Steven C. Timm, Ph.D  (630) 840-8525
timm@xxxxxxxx  http://home.fnal.gov/~timm/
Fermilab Computing Division, Scientific Computing Facilities,
Grid Facilities Department, FermiGrid Services Group, Assistant Group Leader.