This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
working_groups:computational_earth_sciences:ai4es:tools [2021/07/30 09:16] cgome1 created |
working_groups:computational_earth_sciences:ai4es:tools [2021/07/30 09:18] (current) cgome1 |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| conda config --prepend channels https:// | conda config --prepend channels https:// | ||
| - | conda create -p / | + | conda create -p / |
| - | where XXX is a list of packages, for example: | + | where LIST_OF_PACKAGES |
| - | conda create -p / | + | conda create -p / |
| - | conda activate / | + | conda activate / |
| | | ||
| you can use pip once you have activated your conda environment: | you can use pip once you have activated your conda environment: | ||
| pip install geoviews dask_jobqueue | pip install geoviews dask_jobqueue | ||