Skip to content

Commit

Permalink
Probe PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 13, 2024
1 parent f52abf1 commit eb377c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev/conda/osx-64/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ DEV_CONDA=$( cd $RECIPE_DIR/.. ; /bin/pwd -P )
echo FIND JAVA PREFIX $PREFIX
which java javac || true
conda list
source $PREFIX/etc/profile.d/conda.sh
# Does not exist:
# source $PREFIX/etc/profile.d/conda.sh
set -x
find $PREFIX
which java javac || true
echo $PATH
set -x
Expand Down

0 comments on commit eb377c9

Please sign in to comment.