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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -