This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| software:miniforge:caviness [2026-03-26 11:47] – Fix wording for conda create usage mbotto | software:miniforge:caviness [2026-03-26 11:49] (current) – Switch order of notes after conda create mbotto |
|---|
| |
| <note important> | <note important> |
| By default, Conda environments created by ''%%--%%name'' or ''-n'' are in your home directory. However, 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'' command. Conda 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'' command. Conda 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 directory. However, 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> |
| |