Versions Compared

Key

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

...

psana now lives in the anaconda environment.  You can clone the psana environment to 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 remove <packagename>

Virtualenv

NOTE: the virtualenv method is not compatible with our anaconda-based psana, but we leave the documentation here in case it is useful at some point.

...