Skip to content

Commit f844d80

Browse files
committed
Updating condor/run.sh and README.md to use environment_conda.sh and setup_with_conda.sh in setup of DPS.
1 parent cc33f03 commit f844d80

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ cd DailyPythonScripts
1616
# get submodules:
1717
git submodule init && git submodule update
1818
19-
# setup run:
20-
./setup.sh
19+
# setup environment (using virtualenv for python):
20+
./setup_with_conda.sh
2121
2222
# setup environment (using virtualenv for python):
23-
source environment.sh
23+
source environment_conda.sh
2424
2525
# make sure matplotlib is up to date (should return 1.3.1 or above):
2626
python -c 'import matplotlib; print matplotlib.__version__'

condor/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
cmssw_version=CMSSW_7_4_7
3-
git_branch=master
3+
git_branch=run1
44
echo "Setting up ${cmssw_version} ..."
55
echo "... sourcing CMS default environment from CVMFS"
66
source /cvmfs/cms.cern.ch/cmsset_default.sh

0 commit comments

Comments
 (0)