5.14 Conda

Conda as a package manager helps you to find and install packages. With the capability of environment manager, you can set up a totally separate environment to run different versions of Python. In addition, you can continue to run your usual version of Python in your normal environment.

Note:

The supported version is 4.14.0.
To install the Conda, perform the following:
  1. Download the miniconda.
  2. Copy it to your server where the Conda needs to be installed.
  3. Grant execute permission to the Conda folder.
  4. Execute the following command: $ ./Miniconda3-latest-Linux-x86_64.sh
  5. Update the PATH variable with miniconda installation path:
    <install_path>/miniconda3/bin

    Note:

    In the current release, the Conda feature is not supported in Solaris Operating System.
    For more details on the Roles and privileges, see MMG User Guide.