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)
In the Anaconda repository, there are two types of installers: "Anaconda installers" and "Miniconda installers". What are their differences? Besides, …
python anaconda minicondaI've install the conda package as such: $ wget http://bit.ly/miniconda $ bash miniconda $ conda install numpy pandas scipy matplotlib …
python pip uninstallation conda minicondaI'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 minicondaI 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 minicondaTL:DR: How can I remove all installed packages from base? I installed a bunch of machine learning packages in …
python conda minicondaI 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 minicondaI 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 minicondaImporting 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