Skip to content

Commit

Permalink
Merge pull request #147 from LSSTDESC/issue/110/tex
Browse files Browse the repository at this point in the history
load texlive for desc-python
  • Loading branch information
heather999 authored Jul 25, 2024
2 parents d3371d3 + 97919f9 commit c71a150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jupyter-kernels/desc-python/python-prod.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

module load texlive

INST_DIR=/global/common/software/lsst/common/miniconda
source $INST_DIR/setup_current_python.sh ""

Expand Down
1 change: 1 addition & 0 deletions jupyter-kernels/setup/setup_current_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export LSST_PYTHON_VER=current
module load PrgEnv-gnu
module load cpu
module load cray-mpich-abi
module load texlive



Expand Down

0 comments on commit c71a150

Please sign in to comment.