Skip to content

Commit

Permalink
Merge pull request #96 from ACCESS-NRI/update_ilamb
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
rbeucher authored Aug 13, 2024
2 parents e682064 + 5054df5 commit cecd41c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions environments/access-med/build_inner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ eval "$( ${MAMBA} shell hook --shell bash)"
micromamba activate "${CONDA_INSTALLATION_PATH}/envs/${FULLENV}"
set -u

# Fix shebang in esmvaltool
sed -i "1s|^#!/.*$|#!${CONDA_INSTALLATION_PATH}/envs/${FULLENV}/bin/python|" ${CONDA_INSTALLATION_PATH}/envs/${FULLENV}/bin/ilamb-run

jupyter lab build

0 comments on commit cecd41c

Please sign in to comment.