We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52abf1 commit eb377c9Copy full SHA for eb377c9
dev/conda/osx-64/build.sh
@@ -20,7 +20,10 @@ DEV_CONDA=$( cd $RECIPE_DIR/.. ; /bin/pwd -P )
20
echo FIND JAVA PREFIX $PREFIX
21
which java javac || true
22
conda list
23
- source $PREFIX/etc/profile.d/conda.sh
+ # Does not exist:
24
+ # source $PREFIX/etc/profile.d/conda.sh
25
+ set -x
26
+ find $PREFIX
27
28
echo $PATH
29
set -x
0 commit comments