Skip to content

Commit c71a150

Browse files
authored
Merge pull request #147 from LSSTDESC/issue/110/tex
load texlive for desc-python
2 parents d3371d3 + 97919f9 commit c71a150

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

jupyter-kernels/desc-python/python-prod.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
module load texlive
4+
35
INST_DIR=/global/common/software/lsst/common/miniconda
46
source $INST_DIR/setup_current_python.sh ""
57

jupyter-kernels/setup/setup_current_python.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export LSST_PYTHON_VER=current
2222
module load PrgEnv-gnu
2323
module load cpu
2424
module load cray-mpich-abi
25+
module load texlive
2526

2627

2728

0 commit comments

Comments
 (0)