Top "Conda" questions

Conda is a package management and environment management system.

How can I use conda to install pydot?

Trying to generate some PDF's of decision trees by following some of the sklearn documentation, but can't get Pydot on …

python anaconda conda pydot
How to remove (base) from terminal prompt after updating conda

After updating miniconda3, whenever I open a terminal it shows "(base)" in front of my username and host. In this …

bash terminal anaconda conda miniconda
Difference between pip freeze and conda list

I am using both "pip freeze" and "conda list" to list the packages installed in my environment, but what are …

pip conda
Trouble updating to Spyder 4.0.0

I am under Windows 10, 64 bits. I tried several time to update Spyder 4.0.0 with both the Anaconda Prompt and the Anaconda …

python-3.x anaconda conda spyder
Python Anaconda: should I use `conda activate` or `source activate` in linux

So I am used to typing source activate <environment> when starting a python Anaconda environment. That works just …

python anaconda conda
Can I choose where my conda environment is stored?

Can I change the path /Users/nolan/miniconda/envs/ to another one when creating a virtual environment ? I'd like it …

conda
How to activate different anaconda environment from powershell

I have two environments in anaconda, namely: root, 2env. When I open anaconda prompt, I can switch from root to 2…

python powershell command-line anaconda conda
How to uninstall all unused packages in a conda virtual environment?

I have a conda virtual environment with several unused packages installed inside it (either using pip install or conda install). …

python pip anaconda package-managers conda
Installing Anaconda into a Virtual Environment

I've currently got a working installation of the Enthought Python Distribution on my machine that I don't want to necessarily …

python virtualenv anaconda conda virtual-environment
Conda environments and .BAT files

I am setting up calls to python (Anaconda distribution) via BAT files and the windows task scheduler. I've now used …

python anaconda conda