To help improve performance and security, Anaconda Enterprise enables you to create a local copy of an online package repository so users can access the packages from a centralized, on-premises location. This copy is called a mirror. A mirror can be complete, partial, or include specific packages or types of packages. The Anaconda Enterprise installer contains a bootstrap executable that you can run to install conda. Prerequisites: To install conda:Documentation Index
Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
-
In a terminal window, navigate to the directory where you downloaded and extracted the Anaconda Enterprise installer, replacing
<version>with your specific version number: -
Run the following command to verify whether the
bzip2package is installed:
yum install bzip2 or apt-get install bzip2.
-
Run the following command to run the bootstrap executable:
-
Type
yeswhen prompted to accept the end user license agreement (EULA). - Accept the default path, or enter an alternate path when prompted.
-
When prompted, type
yesto activate the conda command at shell initialization. -
Re-initialize your terminal for the previous steps to take effect: