Versions Compared

Key

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

...

One disadvantage of creating your own environments is that they can use significant disk space.  If you run into disk space issues send email to pcds-ana-l@slac.stanford.edu.

If you want to create a new environment with a selected set of packages use a command like this (after sourcing the appropriate psana1/psana2 setup script).

Code Block
conda create --name roottest root psana

If you want to get a conda environment with psana you can clone the psana environment into a local environment that you can control with a command like this (which will take some time because it has to copy several GB to the new environment):

Code Block
conda create --nname my-ana-1.3.10 --clone ana-1.3.10

...