https://www.anaconda.com/
There is the open-source Individual Edition (Distribution).
Conda Packages (the conda install command).
Anaconda Installers for Python 3.11 (Windows, MacOS, Linux) [2024-02-24].
https://www.anaconda.com/docs/getting-started/anaconda/main
Getting started with Anaconda Distribution.
https://www.infoworld.com/article/3564381/how-to-run-anaconda-side-by-side-with-other-pythons.html
How to run Anaconda side by side with other Pythons
https://anaconda.cloud
Anaconda Nucleus (Anaconda in the Cloud; registration required).
Anaconda Individual Edition contains conda and Anaconda Navigator, as well as Python and hundreds of scientific packages.
Conda works on your command line interface such as Anaconda Prompt on Windows and terminal on MacOS and Linux.
Navigator is a desktop graphical user interface that allows you to launch applications and easily manage conda packages, environments, and channels without using command-line commands.
Anaconda Navigator can be connected to the community portal Anaconda Nucleus in order to securely store local environments in the cloud.
https://www.anaconda.com/docs/getting-started/anaconda/system-requirements
Operating system: Windows 10 version 1809 (October 2018 Update) or later, 64-bit macOS 12.1+ (for Apple Silicon), or Linux, including Ubuntu 20.04, Red Hat/AlmaLinux/Rocky Linux 8+, and others.
System architecture: Windows - 64-bit x86; macOS - Apple Silicon (ARM64); Linux - 64-bit x86 or 64-bit aarch64 (AWS Graviton2).
Minimum 5 GB disk space to download and install.
On Windows, MacOS, and Linux, it is best to install Anaconda for the local user, which does not require administrator permissions and is the most robust type of installation. However, if you need to, you can install Anaconda system wide, which does require administrator permissions.
You do not need to uninstall other Python installations or packages before installing Anaconda.
https://www.anaconda.com/docs/getting-started/anaconda/install
Conda is a completely separate tool to pip, virtualenv and wheel, but provides many of their combined features in terms of package management, virtual environment management and deployment of binary extensions.