diff --git a/setup_env.sh b/setup_env.sh index ce9f5d3..96f336d 100644 --- a/setup_env.sh +++ b/setup_env.sh @@ -23,6 +23,7 @@ fi if [ ! -d "$HOME/miniforge3" ]; then bash $HOME/Miniforge3-Linux-x86_64.sh -b + rm ~/Miniforge3-Linux-x86_64.sh export PATH="$HOME/miniforge3/bin:$PATH" mamba init source ~/.bashrc @@ -36,13 +37,4 @@ if [ ! -d "$HOME/miniforge3/envs/bootcamp" ]; then mamba run -n bootcamp Rscript -e 'IRkernel::installspec(name="R_bootcamp", displayname="R (bootcamp)")' fi -touch ~/.bash_profile -cat >> ~/.bash_profile << EOF -if [ -f ~/.bashrc ]; then - . ~/.bashrc -fi -EOF - -rm ~/Miniforge3-Linux-x86_64.sh - echo Done! \ No newline at end of file