Versions Compared

Key

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

...

A python virtualenv can be used to install python packages locally in your user account.  Some instructions are here.  Execute this command to create a new virtual environment (after setting up the psana the psana environment):

Code Block
virtualenv <directoryName>

...