Thursday, August 26, 2010

setting path for condor

nano ~/.bash_profile



if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
export MAVEN_HOME=/home/swarm/apache-maven-2.2.1
export PATH=/home/swarm/apache-maven-2.2.1/bin:$PATH:~/condor/bin:~/condor/sbin
export CATALINA_HOME=/home/swarm/ogce-axis-services/portal_deploy/apache-tomcat$
export CONDOR_CONFIG=/home/swarm/condor/etc/condor_config

No comments:

Post a Comment