How do I install the anaconda / miniconda without prompts on Linux command line?
Is there a way to pass -y
kind of option to agree to the T&Cs, suggested installation location etc. by default?
Anaconda is a complete distribution of python and many common packages, created by Continuum Analytics. Conda is the package management tool which was developed for Anaconda. You can use conda without Anaconda, but using Anaconda always involves the conda tool.
can be achieved by bash miniconda.sh -b
(thanks @darthbith)
The command line usage for this can only be seen with -h
flag but not --help
, so I missed it.
To install the anaconda to another place, use the -p
option:
bash anaconda.sh -b -p /some/path
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With