Top "Conda" questions

Conda is a package management and environment management system.

Install VTK with anaconda 3.6

I need to install VTK and mayavi on Ubuntu 16. I have Anaconda with Python 3.6. If I run: conda install -c …

anaconda vtk conda mayavi
How to use conda within cygwin

I have Win 7 with Cygwin installed. The cygwin has its own Python 2.7 interpreter. I have installed Miniconda separately for Win 7 (…

python cygwin conda miniconda
How to list all installed Jupyter kernels?

Listing all the available environments is as simple as: $ conda env list Now how does one list the currently installed …

python conda
How to install packages from yaml file in Conda

I would like to have one YAML file that could serve to both create virtual environments and (most importantly) as …

python anaconda conda miniconda
How to install pmdarima in anaconda prompt. Tried conda install pmdarima not worked

conda install pmdarima PackagesNotFoundError: The following packages are not available from current channels:

python anaconda time-series conda pyramid-arima
`conda` gives "No such file or Directory" although I added PATH in my .bash_profile

My Jupyter notebook and Conda was breaking down so I decided to remove everything and install it again. I installed …

python jupyter-notebook conda homebrew-cask
Specific reasons to favor pip vs. conda when installing Python packages

I use miniconda as my default python installation. What is the current (2019) wisdom regarding when to install something with conda …

python python-3.x pip conda miniconda
PyCharm terminal doesn't activate conda environment

I have a conda environment at the default location for windows, which is C:\ProgramData\Anaconda2\envs\myenv. Also, as …

python pycharm anaconda conda miniconda
How do obtain permissions to install packages for Anaconda3 on Windows 10?

I am trying to install cherrypy for anaconda3, using the following page's commands https://anaconda.org/anaconda/cherrypy, but am …

python windows-10 anaconda cherrypy conda
How to source an entry point script with Docker?

I have an Docker image and I can run it: docker run -it --entrypoint="/bin/bash" gcr.io/docker:tag …

bash docker conda entry-point