Skip to content

Commit

Permalink
Log source of profile
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Aug 30, 2024
1 parent 0a6406c commit 1ebc84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repo2docker/buildpacks/conda/activate-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
eval $(micromamba shell hook -s posix -r ${CONDA_DIR})
for name in conda mamba; do
CONDA_PROFILE="${CONDA_DIR}/etc/profile.d/${name}.sh"
echo "Activating profile: ${CONDA_PROFILE}"
test -f $CONDA_PROFILE && . $CONDA_PROFILE
done
if [[ "${KERNEL_PYTHON_PREFIX}" != "${NB_PYTHON_PREFIX}" ]]; then
Expand Down

0 comments on commit 1ebc84e

Please sign in to comment.