About 914,000 results
Open links in new tab
  1. apt - How to install Anaconda on Ubuntu? - Ask Ubuntu

    Oct 24, 2018 · How to install Anaconda for Python on Ubuntu? Is there a way to use apt-get install? I only have command line access to my server. How do I install Anaconda on Ubuntu 14.04 from the …

  2. without displaying " (base)" after installing anaconda

    Feb 26, 2024 · I was trying to install anaconda in ubuntu 22.04.4. sudo ./name_of_anaconda.sh was executed but after installing, I couldn't find "base" at the begin of the command line. However, when I …

  3. I can't install packages with conda, even so anaconda was correctly ...

    Jun 7, 2021 · After that, i wanted to uninstall anaconda, but i can't even install anaconda-clean, which should be the uninstall package (same issues). My question: Did i miss something important, that i …

  4. How and where to install conda to be accessible to all users

    Mar 4, 2023 · Install anaconda as root with sudo. During the installation, you will be asked to enter the installation location (from the previous step). When asked whether to initialize anaconda, say no. …

  5. No such file or directory encountered trying to install Anaconda

    I got the same error, what worked for me is: Download the Anaconda installer for linux , then change the directory to where you downloaded this installer, for me it was ~/Downloads/ , cd ~/Downloads/ or cd …

  6. What is the best way to install Python packages? - Ask Ubuntu

    Aug 19, 2016 · But wait there's more! Anaconda can also install different languages such as R for statistical programming from the Anaconda r channel. You can even set up your own channel to …

  7. python - Installing anaconda - Ask Ubuntu

    Sep 24, 2016 · I tried to install anaconda on my Ubuntu VM (following this), but for some reason the installation skipped on adding anaconda to the PATH variable. I followed instructions here and it …

  8. Anaconda for Jetson Nano - NVIDIA Developer Forums

    May 7, 2019 · For those who are already familiar with installation and setup for anaconda or miniconda the steps for archiconda are similar. First download and install a version of the archiconda installer:

  9. How do I install miniconda/anaconda on ARM systems?

    Jun 17, 2017 · You can't. Anaconda is closed-source software and Continuum doesn't release any binaries that are suited for ARM processors like the one on the Beaglebone systems.

  10. python - Anaconda is only available to root - Ask Ubuntu

    Apr 26, 2020 · login as root user sudo su Install anaconda clean pkg conda install anaconda-clean remove all anaconda related files anaconda-clean --yes remove the anaconda folder (most likely …