...
\uD83D\uDCD8Â Downloading miniconda repo
#1
curl -L -O https://repo.anaconda.com/miniconda/Miniconda3-py39_4.9.2latest-Linux-x86_64.sh -o Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-py39_4.9.2latest-Linux-x86_64.sh -b -p ~/miniconda3
#2
With Miniconda installed to a user’s home directory, the PATH environment variable would need to be exported to add miniconda to the PATH environment variable:
...