Skip to content

Commit

Permalink
installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncherric committed Aug 11, 2023
1 parent 61c6437 commit 5280e6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ Here is my suggested install guidance for Conda:
.. code-block:: console
$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
$ sudo mkdir -p /opt/conda
$ CONDA_DIR=/opt/conda
$ /bin/bash ~/miniconda.sh -b -p /opt/conda
$ sudo /bin/bash ~/miniconda.sh -b -p /opt/conda
$ PATH=$CONDA_DIR/bin:$PATH
$ conda init bash
$ source ~/.bashrc
Expand Down Expand Up @@ -122,7 +121,7 @@ Install Singularity

.. code-block:: console
$ export VERSION=3.8.7 && # adjust this as necessary \
$ export VERSION=3.8.7 && \ # adjust this as necessary
wget https://github.com/apptainer/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
tar -xzf singularity-${VERSION}.tar.gz && \
cd singularity-${VERSION}
Expand Down

0 comments on commit 5280e6d

Please sign in to comment.