About 9,460,000 results
Open links in new tab
  1. python - Anaconda vs. miniconda - Stack Overflow

    Jul 31, 2017 · Anaconda is a full distribution of the central software in the PyData ecosystem, and includes Python itself along with the binaries for several hundred third-party open-source …

  2. What are the differences between Conda and Anaconda?

    May 4, 2015 · Anaconda installer = Python + conda + meta package anaconda meta Python pkg anaconda = about 160 other Python packages for daily use in data science Anaconda installer …

  3. How to access Anaconda command prompt in Windows 10 (64-bit)

    However, after installation, I am unsure how to access the Anaconda command prompt so that I can use conda to install packages. I also attempted to install Anaconda 64 bit in C:/Program …

  4. python - Anaconda export Environment file - Stack Overflow

    Dec 22, 2016 · How can I make anaconda environment file which could be use on other computers? I exported my anaconda python environment to YML using conda env export > …

  5. anaconda - path environment variable in windows - Stack Overflow

    3 I want to mention that in some win 10 systems, Microsoft pre-installed a python. Thus, in order to invoke the python installed in the anaconda, you should adjust the order of the environment …

  6. anaconda - conda install downgrade python version - Stack …

    Apr 26, 2017 · Then on anaconda prompt type the command conda search python which will list all the python versions available till date. Then from that list select your version and type …

  7. anaconda - How can I activate a Conda environment from …

    Oct 1, 2020 · Version Anaconda 4.8.3 What I cannot do: I can't activate any environment from PowerShell. conda activate base What I can do: conda env list conda create -n xxx conda …

  8. How do I install Python OpenCV through Conda? - Stack Overflow

    Apr 2, 2017 · I'm trying to install OpenCV for Python through Anaconda, but I can't seem to figure this out. I tried conda install opencv conda install cv2 I also tried searching conda search cv …

  9. anaconda - How to set specific environment variables when …

    Jul 24, 2015 · Does anyone know how to automatically set environment variables when activating an env in conda? I have tried editing */bin/activate, but that adds the new environment …

  10. anaconda - conda create --clone v.s. copying the environment …

    Apr 17, 2020 · Conda maintains hardlinks to reduce physical disk usage. Normal copying will simply make physical duplicates, wasting a bunch of space unnecessarily. The most …

Refresh