Re: [Numpy-discussion] script for building numpy from source in virtualenv and outside it

2016-12-26 Thread Ralf Gommers
On Tue, Dec 27, 2016 at 9:43 AM, Felipe Vieira wrote: > Dear fellows, > > I'm struggling with a single script to build numpy from source in a > virtual env. I want the same script to be able to be run with a normal env. > > So if ran from a normal env it should affect all users. > If ran within a

[Numpy-discussion] script for building numpy from source in virtualenv and outside it

2016-12-26 Thread Felipe Vieira
Dear fellows, I'm struggling with a single script to build numpy from source in a virtual env. I want the same script to be able to be run with a normal env. So if ran from a normal env it should affect all users. If ran within a virtual env the installation should be constrained to that env. I