Skip to content

Commit

Permalink
Merge pull request #37 from markotoplak/win-no-notices
Browse files Browse the repository at this point in the history
Disable notices in the conda installer
  • Loading branch information
PrimozGodec authored Nov 10, 2023
2 parents ddc0f15 + 0733108 commit 121e02d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/windows/condainstall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ set PREFIX=%~1
rem Path to conda executable
set CONDA=%~2

rem Disable notices to prevent net access within the installer
set CONDA_NUMBER_CHANNEL_NOTICES=0

rem activate the root conda environment (miniconda3 4.7.0 installs
rem libarchive that requires this - conda cannot be used as a executable
rem without activation first)
Expand Down

0 comments on commit 121e02d

Please sign in to comment.