The code snippets assumes Bash shell (check with echo $SHELL
).
I will refer to a user-writable location with $LOCAL
. Typically, this could be for example ~/local/opt
.
LOCAL=<some path>
Install Miniconda. (For alternative Python versions and operating systems, visit https://docs.conda.io/en/latest/miniconda.html.)