Skip to content
Snippets Groups Projects
Commit 3c424743 authored by Jan Frenzel's avatar Jan Frenzel Committed by Elias Werner
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e19c9e58
No related branches found
No related tags found
4 merge requests!333Draft: update NGC containers,!322Merge preview into main,!319Merge preview into main,!258Data Analytics restructuring
......@@ -50,11 +50,13 @@ module load Anaconda3
executable script and run the installation script:
```Bash
wget https://repo.continuum.io/archive/Anaconda3-2019.03-Linux-x86_64.sh chmod 744
Anaconda3-2019.03-Linux-x86_64.sh ./Anaconda3-2019.03-Linux-x86_64.sh
wget https://repo.continuum.io/archive/Anaconda3-2019.03-Linux-x86_64.sh
chmod u+x Anaconda3-2019.03-Linux-x86_64.sh
./Anaconda3-2019.03-Linux-x86_64.sh
```
(during installation you have to confirm the license agreement)
```
Next step will install the anaconda environment into the home
directory (`/home/userxx/anaconda3`). Create a new anaconda environment with the name `jnb`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment