We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74bdd3 commit 92bb1f1Copy full SHA for 92bb1f1
1 file changed
linuxdeploy-plugin-conda.sh
@@ -84,6 +84,9 @@ bash "$TMPDIR"/Miniconda3-latest-Linux-x86_64.sh -b -p "$APPDIR"/usr/conda -f
84
# activate environment
85
. "$APPDIR"/usr/conda/bin/activate
86
87
+# we don't want to use the system's conda RC file
88
+export CONDARC=/dev/null
89
+
90
# conda-forge is used by many conda packages, therefore we'll add that channel by default
91
conda config --add channels conda-forge
92
0 commit comments