Skip to content

Commit

Permalink
v7.1 to v8 in check installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
ivagljiva committed Oct 9, 2023
1 parent e0715e5 commit fabc62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/install/commons/check_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ python -c 'import webbrowser as w; w.open_new("http://")'

#### Everything is fine, but I can't find anvi'o commands in a new terminal

If you open a new terminal and get __command not found__ error when you run anvi'o commands, it means you need to activate anvi'o conda environment by running the following command (assuming that you named your conda environment for anvio as `anvio-7.1`, but you can always list your conda environments by running `conda env list`):
If you open a new terminal and get __command not found__ error when you run anvi'o commands, it means you need to activate anvi'o conda environment by running the following command (assuming that you named your conda environment for anvio as `anvio-8`, but you can always list your conda environments by running `conda env list`):

```
conda activate anvio-7.1
conda activate anvio-8
```

#### When I run anvi'o test for pangenomics, I get errors related to the functional enrichment step
Expand Down

0 comments on commit fabc62b

Please sign in to comment.