Skip to content

Commit 92bb1f1

Browse files
authored
Update linuxdeploy-plugin-conda.sh
1 parent a74bdd3 commit 92bb1f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

linuxdeploy-plugin-conda.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ bash "$TMPDIR"/Miniconda3-latest-Linux-x86_64.sh -b -p "$APPDIR"/usr/conda -f
8484
# activate environment
8585
. "$APPDIR"/usr/conda/bin/activate
8686

87+
# we don't want to use the system's conda RC file
88+
export CONDARC=/dev/null
89+
8790
# conda-forge is used by many conda packages, therefore we'll add that channel by default
8891
conda config --add channels conda-forge
8992

0 commit comments

Comments
 (0)