Skip to content
Snippets Groups Projects
Commit fe151bb2 authored by Sören Wacker's avatar Sören Wacker
Browse files

Update file .bashrc-reit

parent 7eb7edb4
No related merge requests found
...@@ -25,7 +25,7 @@ alias install-miniconda='wget \ ...@@ -25,7 +25,7 @@ alias install-miniconda='wget \
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \ https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
&& bash Miniconda3-latest-Linux-x86_64.sh -b \ && bash Miniconda3-latest-Linux-x86_64.sh -b \
&& rm -f Miniconda3-latest-Linux-x86_64.sh \ && rm -f Miniconda3-latest-Linux-x86_64.sh \
&& eval "$(/home/$USER/miniconda3/bin/conda shell.bash hook)"\ && eval "$($HOME/miniconda3/bin/conda shell.bash hook)"\
&& conda init' && conda init'
### Alias to install Miniforge via wget and bash script execution with mamba as package manager ### Alias to install Miniforge via wget and bash script execution with mamba as package manager
...@@ -33,7 +33,7 @@ alias install-miniforge=' ...@@ -33,7 +33,7 @@ alias install-miniforge='
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh \ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh \
&& bash Miniforge3-Linux-x86_64.sh -b \ && bash Miniforge3-Linux-x86_64.sh -b \
&& rm -f Miniforge3-Linux-x86_64.sh \ && rm -f Miniforge3-Linux-x86_64.sh \
&& eval "$(/home/$USER/miniforge3/bin/conda shell.bash hook)" \ && eval "$($HOME/miniforge3/bin/conda shell.bash hook)" \
&& conda init \ && conda init \
&& conda install -n base -c conda-forge mamba' && conda install -n base -c conda-forge mamba'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment