Top "Miniconda" questions

Minimal installation package for the python package manager [conda], which includes only conda and all it's dependencies (in contrast to [anaconda] which is the "enterprise" distibution of conda)

Conda - Silently installing a package

I am trying to automate the process of setting up a development environment with pandas package using conda. I installed …

python conda installation-package miniconda
How to create conda environment with specific python version?

I have miniconda3 installed and since I would like to have an environment with python version 3.3.0, I create it via …

python conda miniconda
How to install my own python module (package) via conda and watch its changes

I have a file mysql.py, which I use in almost all of my projects. Since I do not want …

python module package anaconda miniconda
Explanation of different conda channels

What are the major conda channels, and what are their focuses? I can't seem to find any documentation on what …

anaconda conda channels miniconda
How does conda-env list / conda info --envs find environments?

I've been experimenting with anaconda/miniconda because my users use structural biology programs installed with miniconda and none of the …

python anaconda conda miniconda
How to install packages with miniconda in Dockerfile?

I have a simple Dockerfile: FROM ubuntu:18.04 RUN apt-get update RUN apt-get install -y wget && rm -rf /var/…

python docker anaconda dockerfile miniconda
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 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
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
Get the Anaconda prompt running in the PyCharm terminal

I have Miniconda3 installed at C:\Users\me\Miniconda3, and my 'Project Interpreter' within PyCharm set to my conda environment, …

pycharm anaconda miniconda