Hi Michael,

On Fri, 24 Mar 2006, Michael Schindler wrote:

> Hello,
>
> On 24.03.06, Arnd Baecker wrote:
> > when testing the current svn (and also the released version if I
> > remember correctly) of pyx via
> >    svn co https://svn.sourceforge.net/svnroot/pyx/trunk/pyx pyx
> >    python setup.py install  --prefix=/some_non_system_directory
> > everything works fine until it gets to pyxrc:
> >   copying pyxrc -> /etc
> >   error: could not delete '/etc/pyxrc': Permission denied
> >
> > Is there some additional ``--something=...` to be given to the install?
>
> The following line installs pyx in the current directory
>
>   ./setup.py install --root=`pwd` --install-data=/ --install-lib=/
>
> I have written this line into my setup.cfg long times ago and always
> use it when installing pyx anew.

Thanks a lot - works perfect!

> André, Jörg, maybe we should add this line into INSTALL to make life
> easier for users?
>
> The same has been asked a week ago by Michael Strass.

autsch - I overlooked that one - sorry!

Arnd


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to