How to install Python 3 with Miniconda
-
Download and install Miniconda:
curl -OL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh
-
You will be prompted several times during the installation process. Review the terms and conditions and select "yes" for each prompt.
-
Restart your shell session for the changes to your PATH to take effect.
-
Check your Python version:
python --version