how to install anaconda / miniconda on Linux silently
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