Step-by-step – Miniconda Install CentOS 7 Gnu/Linux

September 9, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading

    Download Miniconda Installer for CentOS GNU/Linux

    Get Miniconda Python 2.x/3.x 32/64-bit .sh for Linux
  2. 3. Installing

    Then to Set up Miniconda on CentOS
    First, Access the Target, usually in the Downloads folder:
    (But if downloaded with Firefox it can be instead into /tmp/mozilla*)

    cd && cd Downloads

    Then give Execution Permission:

    chmod +x ./Miniconda*.sh

    Finally, to Setup Miniconda:

    ./Miniconda*.sh

    But for a System Wide Setup instead use the sudo Command like:

    sudo ./Miniconda*.sh

    On the License Agreement Type ‘q’ and then ‘yes’ to Accept.
    How to Install Miniconda on GNU/Linux Systems - Miniconda CLI Installer
    Then Set the Installation Location, for a Local Setup you can simply Confirm the Default location into your User’s Home.
    How to Install Miniconda on GNU/Linux Systems - Miniconda Inizialization
    Finally, you’ll be Prompted about conda Inizialization. The Documentation Recommend to answer ‘yes’ to Setup the PATH Automatically.
    Then to Activate the conda Command Open a New Terminal Window.
    And Test the Miniconda Setup with:

    conda --help

Contents


QuickChic Theme • Powered by WordPress