Top "Conda" questions

Conda is a package management and environment management system.

Conda command is not recognized on Windows 10

I installed Anaconda 4.4.0 (Python 3.6 version) on Windows 10 by following the instructions here: https://www.continuum.io/downloads. However, when I …

python python-3.x windows-10 anaconda conda
PackagesNotFoundError: The following packages are not available from current channels:

I'm somewhat new to Python. I've used it in a bunch of projects, but haven't really needed to stray from …

installation conda channel python-control
Why Anaconda does not recognize conda command?

I installed the latest version of Anaconda. Now I want to install OpenCV within it. When I type: conda install …

python anaconda conda
Conda activate not working?

gonzo  ~/a/packages  conda env list # conda environments: # ppo_latest /nohome/jaan/abhishek/anaconda3/envs/ppo_latest root * /nohome/jaan/…

anaconda conda
How do I prevent Conda from activating the base environment by default?

I recently installed anaconda2 on my Mac. By default Conda is configured to activate the base environment when I open …

bash conda
How can I rename a conda environment?

I have a conda environment named old_name, how can I change its name to new_name without breaking references?

python anaconda conda
How do I revert to a previous package in Anaconda?

If I do conda info pandas I can see all of the packages available. I updated my pandas to the …

python anaconda conda
Using (Ana)conda within PyCharm

I've got Pycharm 4 running on my Linux (Ubuntu 14.04) machine. In addition to the system python, I've also got Anaconda installed. …

python virtualenv pycharm anaconda conda
Conda version pip install -r requirements.txt --target ./lib

What is the conda version of this? pip install -r requirements.txt --target ./lib I've found these commands: while read …

pip installation anaconda virtualenv conda
Installing tensorflow with anaconda in windows

I have installed Anaconda on Windows 64 bit. I have downloaded PyCharm for creating a project and in the terminal of …

python windows anaconda tensorflow conda