Re: [Numpy-discussion] Trouble building NumPy on PPC64

2012-03-22 Thread Andreas H.
> On Mon, Mar 19, 2012 at 6:45 PM, Andreas H. wrote: > >> Hi all, >> >> I have troube installing numpy in a virtual environment on a SuSE >> Enterprise 11 server (ppc64). >> >> Here is what I did: >> >>curl -O https://raw.github.com/pypa/virtualenv/master/virtualenv.py >>python virtualenv.

Re: [Numpy-discussion] Trouble building NumPy on PPC64

2012-03-20 Thread Ralf Gommers
On Mon, Mar 19, 2012 at 6:45 PM, Andreas H. wrote: > Hi all, > > I have troube installing numpy in a virtual environment on a SuSE > Enterprise 11 server (ppc64). > > Here is what I did: > >curl -O https://raw.github.com/pypa/virtualenv/master/virtualenv.py >python virtualenv.py --distrib

[Numpy-discussion] Trouble building NumPy on PPC64

2012-03-19 Thread Andreas H.
Hi all, I have troube installing numpy in a virtual environment on a SuSE Enterprise 11 server (ppc64). Here is what I did: curl -O https://raw.github.com/pypa/virtualenv/master/virtualenv.py python virtualenv.py --distribute --no-site-packages .virtualenvs/pydoas source .virtualenvs