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

    Jul 31, 2017 · Miniconda is essentially an installer for an empty conda environment, containing only Conda, its dependencies, and Python. Source. Once Conda is installed, you can then install …

  2. What is the difference between miniconda and miniforge?

    97 The miniforge installer is a relatively new, community-led, minimal conda installer that (as it says in its readme) "can be directly compared to Miniconda, with the added feature that conda-forge is the …

  3. How do I update to new version of conda? - Stack Overflow

    Jul 7, 2023 · My conda version is 4.x while new version is 23.x I am trying to run the command it asks me to run to update, but that doesn't seem to update it. I installed miniconda in base while doing initial

  4. How can I activate a Conda environment from PowerShell?

    Oct 1, 2020 · Here is my easier solution which works with Anaconda, Miniconda, and even Miniforge: Open PowerShell and browse to condabin folder in your Conda installation directory, for example: …

  5. Conda environment not showing up in VS Code - Stack Overflow

    Aug 9, 2021 · You can try to follow methods from vscode - Create a conda environment Additional notes: ...To ensure the environment is set up well from a shell perspective, one option is to use an …

  6. miniconda - Unable to activate environment conda - prompted to Run ...

    Jan 29, 2024 · Running Bash in Cmder on Windows 10. I am trying to activate a new virtual environment but keep getting told to run 'conda init' before 'conda activate'. I've tried running conda init but I keep …

  7. Conda command is not recognized on Windows 10 - Stack Overflow

    Note that if you installed Miniconda instead of Anaconda, you'll need to add %USERPROFILE%\miniconda3\condabin to your PATH.

  8. python - How to uninstall miniconda? - Stack Overflow

    This only stops miniconda from being available system-wide. This does not uninstall it. Of course, you need to remove this line after you uninstall miniconda, but this is not the only thing you must do.

  9. miniconda - Performance of mamba vs conda - Stack Overflow

    Apr 18, 2024 · I was thinking about mamba, the drop-in replacement of conda, and I was curious to benchmark the precise gains in performance with respect to conda in an environment as free as …

  10. python - Conda command not found - Stack Overflow

    0 For me uninstalling and reinstalling miniconda did the trick. I did lose all my existing repos but at least the command works now.