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
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