Versions Compared

Key

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

...

Code Block
conda install scipy=0.15.0

...

Note that package version dependency conflicts can make it impossible to install a specific version.  One possible way to address this is to remove the package requiring the conflicting version using

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.

...