Versions Compared

Key

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

...

  • source conda_setup -h for full help on the script
  • after sourcing conda_setup, you can execute the undo_conda command to restore your linux environment variables to what they were beforehand.
  • see conda ana release notes Conda Release Notes for release notes on the conda environments
  • to switch to an older conda environment, for example to switch to ana-1.0.4, you can source conda_setup again, but now pass --env ana-1.0.4 to conda_setup. You can also, having sourced conda_setup once, use the standard conda command
    source activate ana-1.0.4
    to activate ana-1.0.4

...