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 command not found

I've installed Miniconda and have added the environment variable export PATH="/home/username/miniconda3/bin:$PATH" to my .bachrc and .…

python zsh anaconda miniconda
Anaconda vs. miniconda

In the Anaconda repository, there are two types of installers: "Anaconda installers" and "Miniconda installers". What are their differences? Besides, …

python anaconda miniconda
How to uninstall mini conda? python

I've install the conda package as such: $ wget http://bit.ly/miniconda $ bash miniconda $ conda install numpy pandas scipy matplotlib …

python pip uninstallation conda miniconda
Link Conda environment with Jupyter Notebook

I'm trying to set a good environnement for doing some scientific stuff with python. To do so, I installed Jupyter &…

python ipython jupyter jupyter-notebook miniconda
Matplotlib cannot find basic fonts

I am using matplotlib version 2.0.0 on Python 3 in a miniconda virtual environment. I am working on a unix scientific computing …

python matplotlib truetype miniconda
conda: remove all installed packages from base/root environment

TL:DR: How can I remove all installed packages from base? I installed a bunch of machine learning packages in …

python conda miniconda
Virtualenv OSError - setuptools pip wheel failed with error code 1

I get the following error message when trying to set up a virtual environment with virtualenv 15.0.2 but receive OSError setuptools …

python pip anaconda virtualenv miniconda
Install Jupyter Notebook on Miniconda

I installed Miniconda and I'm trying to use Jupyter Notebook with it but haven't been able to do so. After …

python jupyter-notebook jupyter miniconda
How to remove (base) from terminal prompt after updating conda

After updating miniconda3, whenever I open a terminal it shows "(base)" in front of my username and host. In this …

bash terminal anaconda conda miniconda
Importing the numpy c-extensions failed

Importing the numpy c-extensions failed I installed python 3.7 on my windows system to work on visual studio code. Everything was …

python numpy visual-studio-code miniconda