python - How to install miniconda on Ubuntu automatically -
download install file miniconda2-latest-linux-x86_64.sh https://conda.io/miniconda.html, install command line. there questions need taken care of manually, license, install path , adding binary $path. question is: there way automatically install 1 command? such as
bash miniconda2-latest-linux-x86_64.sh \ -license yes -install_path ~/miniconda \ -to-bash-profile yes
Comments
Post a Comment