PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 28th of March, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[14:00:38] <McSinyx[m]> bauerj: one use case is to provide files relative to prefix, e.g. man pages
[14:01:20] <McSinyx[m]> wait that's yesterday
[14:11:49] <bauerj> Yes, but those files are not installed in sys.prefix
[14:12:22] <bauerj> Our do you mean one should use an absolute path?
[14:29:59] <McSinyx[m]> bauerj: I mean the /usr /usr/local or ~/.local prefix
[14:30:49] <McSinyx[m]> i.e. ones that you specify when you make in C/C++ ecosystem
[15:03:16] <McSinyx[m]> if setuptools/disutils is used for building, should setup.py clean --all used before build?
[15:03:25] <McSinyx[m]> in case PEP 517 is used
[15:03:32] <McSinyx[m]> *is not used