How to set up Miniconda on Ubuntu.

To install Miniconda on Ubuntu, you can follow these steps:

  1. Firstly, download the Miniconda installation package. Use the wget command in the terminal to download the latest Miniconda installation package. For example:
  2. Download the latest Miniconda3 installer for Linux from the Anaconda repository using the wget command.
  3. Next, execute the following command to install Miniconda:
  4. Run the Miniconda3 installer for Linux on a 64-bit system by executing the command “bash Miniconda3-latest-Linux-x86_64.sh”.
  5. This will initiate the Miniconda installation program.
  6. During the installation process, some license agreements will be displayed. Press the spacebar to scroll and read the entire content.
  7. After reading, you will be asked to accept the license agreement. Press Enter to accept the agreement.
  8. Next, you will be asked to choose the installation location for Miniconda. Press Enter to accept the default location, or enter a custom location and press Enter.
  9. The installation program will proceed to install Miniconda to the location you have chosen.
  10. After the installation is complete, you will be asked if you want to initialize Miniconda as the default shell prompt. Press the Enter key to accept this option.
  11. Finally, close and reopen the terminal for the changes in Miniconda to take effect.

You have now successfully installed Miniconda on Ubuntu. You can use the conda command to manage and install Python packages.

bannerAds