I mostly just use the one conda environment that activates by default, and rarely use much more than numpy + scipy + Pillow + matplotlib, and save virtualenvs for when I've got a thing that needs deploying, or for experimenting with a library I don't want to pollute my default env with..
Haha nice. I was just looking at maybe using something like https://github.com/hyperupcall/autoenv for activating virtualenvs when I enter project directories..
Comments