Skip to content

Commit

Permalink
Update CMSSW_Self.xml
Browse files Browse the repository at this point in the history
add tool conf python path
  • Loading branch information
davidlange6 authored Mar 24, 2018
1 parent 9c4a8b7 commit 5057607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMSSW_Self.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<runtime name="PATH" value="$LOCALTOP/external/$SCRAM_ARCH/bin" type="path" handler="warn"/>
<runtime name="PYTHON27PATH" value="$LOCALTOP/python" type="path"/>
<runtime name="PYTHON27PATH" value="$LOCALTOP/lib/$SCRAM_ARCH" type="path"/>
<runtime name="PYTHON27PATH" value="@PROJECT_TOOL_CONF@/lib/python2.7/site-packages" type="path"/>
<runtime name="CMSSW_SEARCH_PATH" value="$LOCALTOP/src" type="path" handler="warn"/>
<runtime name="CMSSW_SEARCH_PATH" value="$LOCALTOP/external/$SCRAM_ARCH/data" type="path" handler="warn"/>
<runtime name="RIVET_ANALYSIS_PATH" value="$LOCALTOP/lib/$SCRAM_ARCH" type="path"/>
Expand Down

0 comments on commit 5057607

Please sign in to comment.