|
From: Eric F. <ef...@ha...> - 2015-03-10 07:28:00
|
On 2015/03/09 8:56 PM, Marin GILLES wrote: > Actually, I just brute loaded mpl for source... I am not really used to it. > So I guess I'll have to make a virtual env and install mpl in it? You have to build and install it somewhere, where it will be found when you try to import it; whether you use a virtual env is up to you. I managed for years without using virtual envs. Recently I've found them quite helpful, but a bit tricky and confusing at times. Eric |