Skip to content

Commit 58bfc6a

Browse files
author
Mike Lee
authored
Update jetstream-bioconda-config.md
adding some additional help info during conda install and a source line to activate it after install
1 parent 13efceb commit 58bfc6a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

jetstream-bioconda-config.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Learning objections:
88

99
## Booting a "blank" machine
1010

11-
Follow [ANGUS instructions, with m1.medium](https://angus.readthedocs.io/en/2018/jetstream/boot.html), using "18.04 Ubuntu devel and docker".
11+
Follow [ANGUS instructions, with m1.medium](https://angus.readthedocs.io/en/2018/jetstream/boot.html), using "18.04 Ubuntu devel and docker" as the starting image you select – rather than "DIBSI 2018 workshop image".
1212

13-
Log in via the Web shell.
13+
Log in via the [Web shell or through ssh in your terminal](https://angus.readthedocs.io/en/2018/jetstream/boot.html#click-on-your-new-instance-to-get-more-information) if you are comfortable with that way now.
1414

1515
Note that neither RStudio nor conda are installed.
1616

@@ -39,7 +39,13 @@ curl -O -L https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
3939
bash Miniconda3-latest-Linux-x86_64.sh
4040
```
4141

42-
Say "yes" to everything the installer asks, and accept default locations.
42+
Say "yes" to everything the installer asks, and accept default locations by pressing enter when it says "Miniconda3 will now be installed into this location". (If the prompt looks like this ">>>", then you are still within the installation process.)
43+
44+
When the installation is complete and the regular prompt returns, run the following command (or start a new terminal session) in order to activate the conda environment:
45+
46+
```
47+
source ~/.bashrc
48+
```
4349

4450
Next, enable various "channels" for software install, including bioconda:
4551

0 commit comments

Comments
 (0)