Skip to content

Commit

Permalink
Update CORAL_Self.xml
Browse files Browse the repository at this point in the history
migrate away from PYTHONPATH
  • Loading branch information
davidlange6 authored Mar 22, 2018
1 parent 08a40aa commit 9c4a8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CORAL_Self.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</client>
<runtime name="LD_LIBRARY_PATH" value="$LOCALTOP/$SCRAM_ARCH/lib" type="path"/>
<runtime name="LD_LIBRARY_PATH" value="$LOCALTOP/external/$SCRAM_ARCH/lib" type="path" handler="warn"/>
<runtime name="PYTHONPATH" value="$LOCALTOP/$SCRAM_ARCH/python" type="path" handler="warn"/>
<runtime name="PYTHONPATH" value="$LOCALTOP/$SCRAM_ARCH/lib" type="path" handler="warn"/>
<runtime name="PYTHON27PATH" value="$LOCALTOP/$SCRAM_ARCH/python" type="path" handler="warn"/>
<runtime name="PYTHON27PATH" value="$LOCALTOP/$SCRAM_ARCH/lib" type="path" handler="warn"/>
<runtime name="PATH" value="$LOCALTOP/$SCRAM_ARCH/bin" type="path" handler="warn"/>
<runtime name="PATH" value="$LOCALTOP/external/$SCRAM_ARCH/bin" type="path" handler="warn"/>
</tool>

0 comments on commit 9c4a8b7

Please sign in to comment.