Top "Conda" questions

Conda is a package management and environment management system.

How do I install Python OpenCV through Conda?

I'm trying to install OpenCV for Python through Anaconda, but I can't seem to figure this out. I tried conda …

python opencv anaconda conda
How to run Conda?

I installed Anaconda and can run Python, so I assume that I installed it correctly. Following this introductory documentation, I …

python bash anaconda conda
How to activate an Anaconda environment

I'm on Windows 8, using Anaconda 1.7.5 64bit. I created a new Anaconda environment with conda create -p ./test python=2.7 pip from …

python virtualenv anaconda conda
How do I update Anaconda?

I have Anaconda installed on my computer and I'd like to update it. In Navigator I can see that there …

python anaconda conda
Removing Conda environment

I want to remove a certain environment created with conda. How can I achieve that? Let's say I have an …

python jupyter conda
How do I upgrade to Python 3.6 with conda?

I'm new to Conda package management and I want to get the latest version of Python to use f-strings in …

python macos anaconda conda
What is the difference between pip and conda?

I know pip is a package manager for python packages. However, I saw the installation on IPython's website use conda …

python pip ipython package-managers conda
'Conda' is not recognized as internal or external command

I installed Anaconda3 4.4.0 (32 bit) on my Windows 7 Professional machine and imported NumPy and Pandas on Jupyter notebook so I assume …

python anaconda conda data-science
How to change default Anaconda python environment

I've installed Anaconda and created two extra environments: py3k (which holds Python 3.3) and py34 (which holds Python 3.4). Besides those, …

python anaconda conda
Conda environments not showing up in Jupyter Notebook

I installed Anaconda (with Python 2.7), and installed Tensorflow in an environment called tensorflow. I can import Tensorflow successfully in that …

anaconda jupyter jupyter-notebook conda