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

  2. What is the difference between miniconda and miniforge?

    96 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 …

  3. how to install anaconda / miniconda on Linux silently

    Mar 17, 2018 · How do I install the anaconda / miniconda without prompts on Linux command line? Is there a way to pass -y kind of option to agree to the T&Cs, suggested installation …

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

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

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

  6. How to create conda environment with specific python version?

    Jun 22, 2019 · The problem for me was I have alias pointing python to miniconda python hardcoded in my shell config file when I execute conda init zsh. Somehow the init process …

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

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

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

  10. miniconda - Unable to activate environment conda - prompted to …

    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 …