User Tools

Site Tools


other:uvcdat:cdat_conda:miniconda3_install

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:uvcdat:cdat_conda:miniconda3_install [2021/04/22 13:22]
jypeter [Using mamba instead of conda] Added missing information
other:uvcdat:cdat_conda:miniconda3_install [2024/03/13 16:57]
jypeter [What? Why?]
Line 9: Line 9:
   * You don't need to be (and **you should not be**) //root// when you install Miniconda3. You just need enough disk space where you have write access   * You don't need to be (and **you should not be**) //root// when you install Miniconda3. You just need enough disk space where you have write access
  
-  * If you are installing Miniconda3 in a Linux environment on a [[other:​win10wsl|Windows 10 computer using Windows Subsystem for Linux (WSL)]], pay special attention to the instructions on the **WSL** lines+  * If you are installing Miniconda3 in a Linux environment on a [[other:​win10wsl|Windows 10 computer using Windows Subsystem for Linux (WSL)]], pay special attention to the specific ​instructions on the **WSL** lines
  
   * The way you do things will depend on how you are going to use python. There may be some slight differences if you are installing the environment just for you, or if you need a more stable environment because you are installing for multiple users.   * The way you do things will depend on how you are going to use python. There may be some slight differences if you are installing the environment just for you, or if you need a more stable environment because you are installing for multiple users.
Line 141: Line 141:
  
 The only solution seems to replace ''​conda''​ with [[https://​github.com/​mamba-org/​mamba|mamba]],​ a reimplementation of the conda package manager in C++ ([[https://​wolfv.medium.com/​making-conda-fast-again-4da4debfb3b7|Making conda fast again]]): The only solution seems to replace ''​conda''​ with [[https://​github.com/​mamba-org/​mamba|mamba]],​ a reimplementation of the conda package manager in C++ ([[https://​wolfv.medium.com/​making-conda-fast-again-4da4debfb3b7|Making conda fast again]]):
-  * Install ''​mamba''​ in the //base// (i.e. miniconda) environment\\ ''​conda install mamba -n base -c conda-forge''​ +  * Install ''​mamba''​ in the //base// (i.e. //miniconda//) environment\\ ''​conda install mamba -n base -c conda-forge''​ 
-  * Use ''​mamba''​ instead of ''​conda''​ when installing packages\\ ''​mamba install -c conda_forge ​lots_of_packages''​+  * Use ''​mamba''​ instead of ''​conda''​ when installing packages.\\ Theoretically,​ you don't need to specify ​''​install -c conda forge''​ any more, because ''​conda-forge''​ is now the default source of new packages\\ ''​mamba install ​lots_of_packages''​
  
  
other/uvcdat/cdat_conda/miniconda3_install.txt · Last modified: 2024/04/25 14:24 by jypeter