From: Fernando P. <fp...@co...> - 2003-05-06 18:39:40
|
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. |