Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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.… Read more Virtualenv Oserror - Setuptools Pip Wheel Failed With Error Code 1

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 &… Read more How To Install Packages With Miniconda In Dockerfile?

I Have Both Anaconda & Miniconda Installed - Can I Delete One?

My computer memory is nearly out of space, and in going through large packages to clean space I rea… Read more I Have Both Anaconda & Miniconda Installed - Can I Delete One?

Ipython Automatically Turning On Matplotlib Interactive Mode

I'm experiencing some newly odd behavior from IPython. I just had to do a clean reinstall of my… Read more Ipython Automatically Turning On Matplotlib Interactive Mode

Conda Install -n Base --revision 1 Doesn't Clean Up Pypi Packages

I attempted cleaning up my base (mini)conda environment by installing revision 1 of the base enviro… Read more Conda Install -n Base --revision 1 Doesn't Clean Up Pypi Packages