Skip to content

Commit

Permalink
Merge pull request #30 from simonsobs/fix_docs
Browse files Browse the repository at this point in the history
Two small fixes
  • Loading branch information
keskitalo authored Apr 2, 2024
2 parents 2d3b051 + 9518206 commit da11241
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ clutter.

If you already have a conda-forge or micromamba base environment, install `conda-build`
and `conda-verify` package to base environment.

conda update -n base --yes --all conda
conda install -n base --yes --all conda-build conda-verify

Also, you should consider setting the "solver" in the base environment
to use `libmamba`. To use `libmamba` solver see
[this](https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community) article.
Expand Down Expand Up @@ -115,7 +117,7 @@ At NERSC, the default provided python is from Anaconda, and does not work well
for our needs. Instead, we have a conda-forge base system installed in our
project software directory:

source /global/common/software/sobs/perlmutter/conda/etc/profile.d/conda.sh
source /global/common/software/sobs/perlmutter/conda_base/etc/profile.d/conda.sh
conda activate base

Now we can either install a shared software environment or use this base
Expand Down

0 comments on commit da11241

Please sign in to comment.