We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc33f03 commit f844d80Copy full SHA for f844d80
2 files changed
README.md
@@ -16,11 +16,11 @@ cd DailyPythonScripts
16
# get submodules:
17
git submodule init && git submodule update
18
19
-# setup run:
20
-./setup.sh
+# setup environment (using virtualenv for python):
+./setup_with_conda.sh
21
22
# setup environment (using virtualenv for python):
23
-source environment.sh
+source environment_conda.sh
24
25
# make sure matplotlib is up to date (should return 1.3.1 or above):
26
python -c 'import matplotlib; print matplotlib.__version__'
condor/run.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
cmssw_version=CMSSW_7_4_7
3
-git_branch=master
+git_branch=run1
4
echo "Setting up ${cmssw_version} ..."
5
echo "... sourcing CMS default environment from CVMFS"
6
source /cvmfs/cms.cern.ch/cmsset_default.sh
0 commit comments