Top "Conda" questions

Conda is a package management and environment management system.

Python - Activate conda env through shell script

I am hoping to run a simple shell script to ease the management around some conda environments. Activating conda environments …

python python-3.x anaconda conda
How to install PyPi packages using anaconda conda command

When using the Anacoda Python distribution, what is the best way to install a PyPi package that isn't available directly …

python pip anaconda pypi conda
jupyter notebook running kernel in different env

I've gotten myself into some kind of horrible virtualenv mess. Help?! I manage environments with conda. Until recently, I only …

python packages jupyter conda virtual-environment
Error installing geopandas:" A GDAL API version must be specified " in Anaconda

This error raised while installing geopandas. I've looking for its solution on the web, but none of them really explain …

python anaconda conda geopandas
Conda 'ImportError: No module named ruamel.yaml.comments'

Conda gives error when I run any command with it. Traceback (most recent call last): File "/usr/local/bin/conda", …

python yaml anaconda conda ruamel.yaml
How to check if the installed Anaconda is 32-bit or 64-bit?

A few weeks ago, to dabble in IPython notebooks, I had downloaded and installed Anaconda from http://continuum.io/downloads. …

python ipython 32bit-64bit windows-7-x64 conda
How to set specific environment variables when activating conda environment?

Does anyone know how to automatically set environment variables when activating an env in conda? I have tried editing */bin/…

anaconda conda
calling conda source activate from bash script

I'm trying to activate my conda env via a bash script. Even though the script runs fine and my PATH …

macos shell virtualenv conda
How can I install a conda environment when offline?

I would like to create a conda environment on a machine that has no network connection. What I've done so …

python anaconda conda
CondaValueError: Value error: prefix already exists:

Reference: https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/20/conda/ I've run the following commands to install conda and create a virtual …

runtime-error virtualenv anaconda prefix conda