Anaconda

[ anaconda ]

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://docs.anaconda.com/anaconda/user-guide/getting-started/
Getting started with Anaconda

https://conda.io/en/latest/

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).

INTRODUCTION

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.

SYSTEM REQUIREMENTS

Operating system: Windows 8 or newer, 64-bit Linux.

System architecture: Windows- 64-bit x86, 32-bit x86; Linux- 64-bit x86.

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.

WINDOWS

https://docs.anaconda.com/anaconda/install/windows/

A suggested folder for Anaconda is C:\anaconda\.
The 'default path' in Windows 10 is C:\Users\your_username\Anaconda3\.

We recommend that you do not add Anaconda to the Windows PATH because this can interfere with other software. Instead, open Anaconda with the Start Menu and select Anaconda Prompt, or use Anaconda Navigator.

PyCharm can be installed with Anaconda.

The default Anaconda installation option is 'Just Me'. If you have administrator access, you can choose to install for 'All Users'. A new group AnacondaUsers should be created.

From the Start menu, click the Anaconda Navigator desktop app.

LINUX

https://docs.anaconda.com/anaconda/install/linux/

Download the Anaconda installer for Linux (64-Bit, x86).
Install the following extended dependencies for Qt (Debian Linux):
apt-get install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6

The 'default path' in Linux is /home/your_username/anaconda3.

Multi-user Anaconda installation on Linux requires sudo access. A new group should be created for Anaconda users.

Open a terminal window and type 'anaconda-navigator'.

https://docs.anaconda.com/anaconda/install/uninstall/
Uninstalling Anaconda: (a) use simple remove, (b) use Anaconda-Clean (conda install anaconda-clean).

CONDA

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.