Skip to content

Commit

Permalink
conda: remove defaults from the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Oct 16, 2024
1 parent 2e4fc98 commit a9aff52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/windows/condainstall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ echo Appending the Quasar and conda-forge channels
echo channels: > "%PREFIX%\.condarc"
echo - https://quasar.codes/conda/ >> "%PREFIX%\.condarc"
echo - conda-forge >> "%PREFIX%\.condarc"
echo - defaults >> "%PREFIX%\.condarc"

rem Path to base conda env
for /f %%f in ( '"%CONDA%" info --root' ) do (
Expand Down

0 comments on commit a9aff52

Please sign in to comment.