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# clonefor LCLS2 environments. replace "conda2" with "conda1" for LCLS1
# for the following 3 commands, change "my-h5-1.0.0" to the name of your environment
export CONDA_PKGS_DIRS=/cds/sw/package/conda_envs/my-h5-1.0.0/.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

...


chmod -R +r /cds/sw/package/conda_envs/my-h5-1.0.0 # make directory world-readable

Anaconda+pip

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

...