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 428d743 commit 3b9dd4eCopy full SHA for 3b9dd4e
1 file changed
bin/setup_env
@@ -10,6 +10,10 @@
10
export LD_PRELOAD="${LD_PRELOAD:-}"
11
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:-}"
12
13
+# Suppress verbose CondaPkg logs
14
+export JULIA_CONDAPKG_VERBOSITY="0"
15
+export JULIA_CONDAPKG_LOG="warn"
16
+
17
# Avoid OpenMP duplicate-runtime conflict on Windows (libiomp5md.dll vs libomp.dll)
18
case "$(uname -s)" in
19
MINGW*|MSYS*|CYGWIN*) export KMP_DUPLICATE_LIB_OK=TRUE ;;
0 commit comments