About 906,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 …

  2. 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 …

  3. 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, …

  4. 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. …

  5. 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.

  6. 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 …

  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 …

  8. 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 …

  9. Anaconda Install: Problem with spaces - Ask Ubuntu

    Jun 17, 2017 · ERROR: Cannot install into directories with spaces? just like this bash Miniconda3-latest-Linux-x86_64.sh -p your dir I have solved this problem Good luck!

  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 …