Skip to content

Commit

Permalink
Add treecorr to PYTHONPATH, PATH.
Browse files Browse the repository at this point in the history
Neglected to do this in tickets/DM-9611.
Without these additions, the compiled binaries and Python modules
aren't actually available.
  • Loading branch information
wmwv committed Jul 31, 2017
1 parent 499f1e9 commit d627525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ups/treecorr.table
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
setupRequired(numpy)
setupRequired(pyyaml)
envPrepend(PYTHONPATH, ${PRODUCT_DIR}/lib/python)
envPrepend(PATH, ${PRODUCT_DIR}/bin)

0 comments on commit d627525

Please sign in to comment.