About 51 results
Open links in new tab
  1. Confusion between Python and Anaconda - Stack Overflow

    Apr 21, 2017 · Anaconda is a commercial Python distribution and collection of hundreds of packages related to data science, scientific programming, development and more. Python is included in the …

  2. How to add Anaconda Prompt option to Windows Terminal?

    Aug 19, 2024 · How can I add an Anaconda Prompt option to Windows Terminal? I have installed Anaconda Navigator. I do not have any other Python distributions installed. This is a Windows 11 …

  3. How to activate an Anaconda environment - Stack Overflow

    activate ..\..\temp\venv\test However, when I needed to install Anaconda, I downloaded it from here and installed it to the default paths (C:\Anaconda), than I put this path to the environment variables, so …

  4. Unable to install Anaconda on my Windows 11 64-bit PC

    Jul 31, 2023 · uninstall Anaconda if you have installed it previously and remove any related folders e.g., C:\Users\xxx\anaconda3 Download the latest version of Anaconda. Install it to a short path without …

  5. Anaconda Installed but Cannot Launch Navigator - Stack Overflow

    Jun 30, 2017 · Anaconda (listed as "Python 3.6.0 (Anaconda 4.3.1 64 bit)" ) is in my programs and features list, but there is seeming no Anaconda Navigator desktop app, as their seems to be no icon …

  6. Install a specific (ana)conda package version - Stack Overflow

    I want to install the 'rope' package in my current active environment using conda. Currently, the following 'rope' versions are available: (data_downloader) ~/code/data_downloader $ conda search rope

  7. Stuck at Solving Environment on Anaconda - Stack Overflow

    Sep 4, 2020 · I am running OSX Catalina. After downloading Anaconda, I'm having trouble downloading external packages. I tried in both the GUI and the terminal, but the process keeps getting stuck at …

  8. Where does Anaconda Python install on Windows?

    May 9, 2016 · I installed Anaconda for Python 2.7 on my Windows machine and wanted to add the Anaconda interpreter to PyDev, but quick googling couldn't find the default place where Anaconda …

  9. Anaconda Navigator won't launch (windows 10) - Stack Overflow

    Sep 21, 2017 · After doing conda update --all jupyter-notebook and the others didn't launch anymore, then I had to do conda install anaconda-navigator = 1.10.0 because the problem could be with recent …

  10. Installing Anaconda into a Virtual Environment - Stack Overflow

    May 24, 2013 · bash Anaconda-1.6.0-Linux-x86_64.sh If you take the defaults, you'll end up with a directory anaconda in your home directory, completely separate from your EPD or system Python …