File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ red_start='\033[0;31m'
2121blue_start=' \033[0;34m'
2222nocolor_start=' \033[0m'
2323
24+
25+ source ~ /.bashrc
2426mamba init
2527
2628# create jupyter environment
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ blue_start='\033[0;34m'
1515nocolor_start=' \033[0m'
1616
1717
18+ source ~ /.bashrc
1819conda init
1920
2021# create conda environment called 'jupyter'
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # get path of directory where script is located
4+ script_dir=$( dirname " $0 " )
5+
36# install wget and tmux
4- sh . /install_wget_tmux.sh
7+ sh ${script_dir} /install_wget_tmux.sh
58
69# download and install miniforge/conda/mamba
7- sh . /install_conda_mamba.sh
10+ sh ${script_dir} /install_conda_mamba.sh
811
912# download and install a bunch of packages
1013# including ecco_v4_py and jupyterlab
11- sh . /install_packages_bigmem.sh
14+ sh ${script_dir} /install_packages_bigmem.sh
You can’t perform that action at this time.
0 commit comments