Skip to content

Commit 3b9dd4e

Browse files
committed
Make conda less noisy
1 parent 428d743 commit 3b9dd4e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bin/setup_env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
export LD_PRELOAD="${LD_PRELOAD:-}"
1111
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:-}"
1212

13+
# Suppress verbose CondaPkg logs
14+
export JULIA_CONDAPKG_VERBOSITY="0"
15+
export JULIA_CONDAPKG_LOG="warn"
16+
1317
# Avoid OpenMP duplicate-runtime conflict on Windows (libiomp5md.dll vs libomp.dll)
1418
case "$(uname -s)" in
1519
MINGW*|MSYS*|CYGWIN*) export KMP_DUPLICATE_LIB_OK=TRUE ;;

0 commit comments

Comments
 (0)