You need to specify your installation destination, e.g. `/home/users/<your_username>/tools/miniconda3`. You must use the **full** path and can**not** user`$HOME/tools/miniconda3`. Answer `yes` to initialize Miniconda3.
You need to specify your installation destination, e.g. `/home/users/<your_username>/tools/miniconda3`. You must use the **full** path and can**not** use `$HOME/tools/miniconda3`. Answer `yes` to initialize Miniconda3.
The installation will modify your `.bashrc` to make conda directly available after each login. To activate the changes now, run
...
...
@@ -78,12 +78,12 @@ We will use conda on two levels in this tutorial. First we use a conda environme
(node)$> conda create -n bioinfo_tutorial
(node)$> conda activate bioinfo_tutorial
```
You can see that your prompt will now be prefixed with `(bioinfo_tutorial)` to show which environment is active. For the rest of the tutorial make sure that you always have this environment active.
After validation of the creation step, once activation you can see that your prompt will now be prefixed with `(bioinfo_tutorial)` to show which environment is active. For the rest of the tutorial make sure that you always have this environment active.