User Tools

Site Tools


other:uvcdat:cdat_conda:miniforge_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
other:uvcdat:cdat_conda:miniforge_install [2025/09/18 17:20] – [Miniforge3 on a Windows computer] Improved jypeterother:uvcdat:cdat_conda:miniforge_install [2025/09/19 15:02] (current) – [Miniforge3 on a Windows computer] More details jypeter
Line 190: Line 190:
  'C:\\Utils\\miniforge3_2025-09\\Lib\\site-packages']  'C:\\Utils\\miniforge3_2025-09\\Lib\\site-packages']
 >>> ^Z</code> >>> ^Z</code>
 +
 +  * Check if ''conda-forge'' is the default and only channel that conda will use to update the newly installed ''base'' environment, and future environments
 +    * The ''%%--%%get channels'' command should only mention ''%%'%%conda-forge%%'%%''<code>(base) C:\Users\jypeter>conda config --get channels
 +--add channels 'conda-forge'   # lowest priority</code>
 +    * If you get something else, you may have a ''.condarc'' configuration file left over from a previous ''conda'' installation. Depending on its content, you may have to remove or edit the ''.condarc'' file, or it may be OK to leave it unchanged
 +      * Example: you use a ''cmd'' terminal, and there is NO existing ''.condarc'' file<code>(base) C:\Users\your_login>more %HOMEPATH%\.condarc
 +Impossible d’accéder au fichier C:\Users\your_login\.condarc</code>
 +      * Example: you use a Powershell terminal, and there is a configuration file. The configuration below is OK, because it only mentions the ''%%'%%conda-forge%%'%%'' channel we want<code>(base) PS C:\Users\your_login> more $HOME\.condarc
 +channels:
 +  - conda-forge
 +channel_priority: strict</code>
  
   * **Next**: follow **all** the other Miniforge3 related instructions for the other Operating Systems   * **Next**: follow **all** the other Miniforge3 related instructions for the other Operating Systems
other/uvcdat/cdat_conda/miniforge_install.1758208836.txt.gz · Last modified: by jypeter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki