Skip to content

Commit

Permalink
permission issues bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ginolhac committed Sep 2, 2021
1 parent 4be78bf commit d32e21b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/snakemake.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ chmod u+x Miniconda3-latest-Linux-x86_64.sh

Follow the instructions prompted (use spacebar to scrool down the license), of note you need to specify your installation destination, e.g. `/home/users/username/miniconda3`. You must use the full path and cannot use `$HOME/miniconda3`. Answer `yes` to initialize Miniconda3.


For `permission denied` issues

```bash
chmod +x miniconda3/bin/python3.9
chmod +x miniconda3/bin/conda
miniconda3/bin/conda init
```


Activate `conda` by reloading your BASH configuration

```bash
Expand Down

0 comments on commit d32e21b

Please sign in to comment.