File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,8 @@ cd DailyPythonScripts
1616# get submodules:
1717git submodule init && git submodule update
1818
19- # setup run:
20- ./setup.sh
21-
2219# setup environment (using virtualenv for python):
23- source environment .sh
20+ source environment_conda .sh
2421
2522# make sure matplotlib is up to date (should return 1.3.1 or above):
2623python -c 'import matplotlib; print matplotlib.__version__'
Original file line number Diff line number Diff line change 11#! /bin/bash
22cmssw_version=CMSSW_7_4_7
3- git_branch=master
3+ git_branch=run1
44echo " Setting up ${cmssw_version} ..."
55echo " ... sourcing CMS default environment from CVMFS"
66source /cvmfs/cms.cern.ch/cmsset_default.sh
@@ -21,9 +21,6 @@ echo "... setting up git submodules"
2121time git submodule init && git submodule update
2222echo " ... extracting ${_CONDOR_JOB_IWD} /dps.tar on top"
2323tar -xf ${_CONDOR_JOB_IWD} /dps.tar --overwrite
24- echo " ... running setup routine"
25- >&2 " ... running setup routine"
26- time source setup_with_conda.sh
2724echo " ... enforcing conda python environment"
2825# this is safe, as the dangerous part is only executed on soolin
2926source environment_conda.sh
You can’t perform that action at this time.
0 commit comments