Ubuntu - bash の場合:

sudo apt -y install lynx curl wget
url=$(lynx -dump https://github.com/conda-forge/miniforge/releases | awk '$NF~/^https:.*x86_64.sh$/{print $NF; exit}')
script=${url##*/}
wget "$url"
bash "$script" -b -f
~/miniforge3/bin/conda init bash
. ~/.bashrc

参考:


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS