diff --git a/dev/conda/osx-64/build.sh b/dev/conda/osx-64/build.sh index a1bf7f057..7142db61f 100644 --- a/dev/conda/osx-64/build.sh +++ b/dev/conda/osx-64/build.sh @@ -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