Top "Conda" questions

Conda is a package management and environment management system.

Conda uninstall one package and one package only

When I try to uninstall pandas from my conda virtual env, I see that it tries to uninstall more packages …

python pip anaconda conda
Bulk package updates using Conda

Is there a way (using conda update) that I can list outdated packages and select or bulk update (compatible) packages …

python anaconda conda
Anaconda export Environment file

How can I make anaconda environment file which could be use on other computers? I exported my anaconda python environment …

python python-3.x anaconda conda
Conda update failed: SSL error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed

I found out that there was a problem when I tried doing conda update <package> Terminal output conda …

conda
Upgrade to python 3.8 using conda

Python 3.8.0 is out, but I haven't been able to find any post on how to update to python 3.8 using conda …

python python-3.x anaconda conda
How to uninstall mini conda? python

I've install the conda package as such: $ wget http://bit.ly/miniconda $ bash miniconda $ conda install numpy pandas scipy matplotlib …

python pip uninstallation conda miniconda
how to specify new environment location for conda create

the default location for packages is .conda folder in my home directory. however, on the server I am using, there …

virtualenv anaconda conda
Conda: Installing / upgrading directly from github

Can I install/upgrade packages from GitHub using conda? For example, with pip I can do: pip install git+git://…

python github pip package-managers conda
anaconda - graphviz - can't import after installation

Just installed a package through anaconda (conda install graphviz), but ipython wouldn't find it. I can see a graphviz folder …

anaconda conda graphviz
Zsh: Conda/Pip installs command not found

So I installed Anaconda and everything is working. After I installed it I decided to switch to oh-my-zsh. I am …

python pip zsh conda