wget {download 주소}
sh ./Anaconda3-2021.11-Linux-x86_64.sh
<aside> 💡 경로에서 본인의 계정에 맞게 작성한다.
</aside>
# ~/.zshrc
export PATH=/home/sia/anaconda3/bin:$PATH
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/home/sia/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/sia/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/sia/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/home/sia/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
변경 후
source ~/.zshrc
conda --version
https://www.how2shout.com/how-to/install-anaconda-wsl-windows-10-ubuntu-linux-app.html
1.4.1. MobaXterm 설치