Top "Conda" questions

Conda is a package management and environment management system.

Mac using default Python despite Anaconda install

I am running Mac 10.9 Mavericks and have installed Anaconda. However, despite that, when I access python via terminal, I still …

python macos .bash-profile anaconda conda
Combining conda environment.yml with pip requirements.txt

I work with conda environments and need some pip packages as well, e.g. pre-compiled wheels from ~gohlke. At the …

python pip anaconda conda
How to free disk space taken up by (ana)conda?

I am using the conda package manager - a lot. By now I have quite a few environments and a …

python anaconda conda
Anaconda Python - how to reinstall NumPy

I am using Anaconda 5.3.0's Python interpreter in Visual Studio Code. When I try to import sklearn I get an …

python numpy scikit-learn anaconda conda
Conda: Creating a virtual environment

I'm trying to create a virtual environment. I've followed steps from both Conda and Medium. Everything works fine until I …

python macos virtual environment conda
What does conda do when "solving environment"

Whenever I run conda install/remove/update <package>, it tells me it's "Solving environment" for some time before …

python anaconda updates conda package-managers
conda: remove all installed packages from base/root environment

TL:DR: How can I remove all installed packages from base? I installed a bunch of machine learning packages in …

python conda miniconda
Working with Anaconda in Visual Studio Code

I am getting a bit confused here, the latest Anaconda Distribution, 2018.12 at time of writing comes with an option to …

python python-3.x visual-studio-code anaconda conda
From conda create requirements.txt for pip3

Hi I usually use conda to manage my environments, but now I am on a project that needs a little …

python-3.x pip conda
How do I find the name of the conda environment in which my code is running?

I'm looking for a good way to figure out the name of the conda environment I'm in from within running …

python anaconda jupyter conda env