Skip to content

Commit

Permalink
Add setting up mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed May 7, 2024
1 parent 360cfb7 commit d0028f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

# move to the fast drive
cd /localscratch/

# download and install miniconda
wget "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh"
bash Miniforge3-Linux-x86_64.sh -b -u -p /localscratch/miniforge3/

# init conda
miniforge3/bin/mamba init bash

0 comments on commit d0028f5

Please sign in to comment.