ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
MitProd
/
Processing
/
bin
/
processing.csh
Revision:
1.2
Committed:
Sat Jun 5 02:36:28 2010 UTC
(14 years, 11 months ago) by
paus
Content type:
application/x-csh
Branch:
MAIN
CVS Tags:
Mit_014a
Changes since
1.1
:
+8 -0 lines
Log Message:
Wow I forgot all about my cvs.
File Contents
#
Content
1
if ($?CMSSW_BASE) then
2
setenv PATH "$CMSSW_BASE/src/MitProd/Processing/bin:${PATH}"
3
setenv PYTHONPATH "$CMSSW_BASE/src/MitProd/Processing/python:${PYTHONPATH}"
4
else
5
echo ""
6
echo " Setting up MitProd Processing failed! (\$CMSSW_BASE = is empty)."
7
echo ""
8
endif