Skip to content

Commit b6c3c8c

Browse files
committed
debug PATH problem
1 parent 9863da2 commit b6c3c8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe/build-core.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ echo '---------------- .bazelrc --------------------------'
3535
cat .bazelrc
3636
echo '----------------------------------------------------'
3737

38-
echo PATH $PATH
38+
echo PATH: $PATH
39+
bash -c "echo PATH in subshell: $PATH"
3940

4041
cd python/
4142
export SKIP_THIRDPARTY_INSTALL_CONDA_FORGE=1

0 commit comments

Comments
 (0)