Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
source /cds/sw/ds/ana/conda2/manage/bin/psconda.sh  #to clone LCLS2 environments. replace "conda2" with "conda1" for LCLS1
export CONDA_PKGS_DIRS=/cds/sw/package/conda_envs/.pkgs # avoids storing large package files in your home directory
conda create --prefix /cds/sw/package/conda_envs/my-h5-1.0.0 --clone h5-1.0.0

Currently we're going to try to have all users use the same CONDA_PKGS_DIRS directory in order to save disk space.  We may need to revisit this decision if permissions-issues arise.

Anaconda+pip

Some packages are not available from anaconda but they can be installed via pip (in this case the "rayopt" package):

...