[Numpy-discussion] numarray 0.5 -> python setup.py build fails
Fernando Perez
fperez at colorado.edu
Tue May 6 11:40:19 CDT 2003
Fernando Perez wrote:
> I rely on this fact all the time, by first building packages and then calling
> 'setup.py install' separately. And I do this as a non-root user always.
Clarification: I call 'build' as non-root, then 'install' as root. Same as doing:
make
su
make install
in python it's
setup.py build
su
setup.py install
Cheers,
f.
More information about the Numpy-discussion
mailing list