software:miniforge:caviness

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
software:miniforge:caviness [2026-03-26 11:47] – Fix wording for conda create usage mbottosoftware:miniforge:caviness [2026-03-26 11:49] (current) – Switch order of notes after conda create mbotto
Line 31: Line 31:
  
 <note important> <note important>
-By default, Conda environments created by ''%%--%%name'' or ''-n'' are in your home directoryHowever, the limited home directory quotas (20 GB) can be filled up quickly. It is recommended to create environments by specifying path ''%%--prefix%%'' in your work directory instead of ''$HOME'' to avoid quota issues.+Make sure to list all of the packages you need in the ''conda create'' commandConda recommends that you list all the packages you want to install at once (rather than in separate ''conda install'' commands after creating the environment) to avoid dependency conflicts.
 </note> </note>
  
 <note important> <note important>
-Make sure to list all of the packages you need in the ''conda create'' commandConda recommends that you list all the packages you want to install at once (rather than in separate ''conda install'' commands after creating the environment) to avoid dependency conflicts.+By default, Conda environments created by ''%%--%%name'' or ''-n'' are in your home directoryHowever, the limited home directory quotas (20 GB) can be filled up quickly. It is recommended to create environments by specifying path ''%%--prefix%%'' in your work directory instead of ''$HOME'' to avoid quota issues.
 </note> </note>
  
  • software/miniforge/caviness.txt
  • Last modified: 2026-03-26 11:49
  • by mbotto