Hi, On 24.03.06, Arnd Baecker wrote: > > 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!
Regarding the /etc/pyxrc you only need the install-data option. And that's documented in the INSTALL file, which I think is the Right Thing (tm). I think, the install-lib feature is nothing we should take care when documenting in the INSTALL, since that's something absolutely standard in setup.py and it's not the common case we should take care documenting. Last but not least you may have a look in the INSTALL and learn about using PyX without installing it at all. You can build extension modules in-place and than PyX can be run without installation at all. That's by the way the solution we're using in PyX development (and I myself never install PyX system-wide to don't get confused by different versions laying around). André -- by _ _ _ Dr. André Wobst / \ \ / ) [EMAIL PROTECTED], http://www.wobsta.de/ / _ \ \/\/ / PyX - High quality PostScript and PDF figures (_/ \_)_/\_/ with Python & TeX: visit http://pyx.sourceforge.net/ ------------------------------------------------------- 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&kid=110944&bid=241720&dat=121642 _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
