Skip to content

Commit

Permalink
Update README for deleting environment
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell authored May 28, 2019
1 parent 1cc0bb1 commit be44298
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ conda install -c addie-diffraction addie

If there are issues with `mantid-workbench` or `mantid-total-scattering` dependencies (broken, errors, etc.), then you can delete the environment and re-install `addie` in a new environment ("turn it off and back on again")

Go here for how to delete an [environment](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#removing-an-environment) or use:

```
conda remove --name addie_env --all
```

**Notes**

If you have an error (see below for example) related to the `libGL` library, you may not have it installed for the Mantid Framework to work. See instructions [here](https://github.com/mantidproject/conda-recipes/#gl-and-glu-libs) for installing the necessary libraries for different OS
Expand Down

0 comments on commit be44298

Please sign in to comment.