Reputation: 359
Download install file Miniconda2-latest-Linux-x86_64.sh from https://conda.io/miniconda.html, install it from command line. There are some questions need to be taken care of manually, like License, install path and adding binary into $PATH. My question is: is there any way to automatically install it by one command? Such as
bash Miniconda2-latest-Linux-x86_64.sh \
-license yes -install_path ~/miniconda \
-to-bash-profile yes
Upvotes: 7
Views: 6658