[11:33:01] <instinct-_> When using pip with the --target option it seems that binaries and scripts get lost into oblivion. Is there any way to direct them somewhere useful?
[11:56:55] <instinct-_> Along the same lines as https://github.com/pypa/pip/pull/3694 pip also ignores other install directories when --target is used
[19:12:49] <thm> setuptools_scm, and pip wheel don't play together for a git submodule (basically because the relative path in .git becomes wrong when pip copies everything to /tmp) is that a known issue, will it be fixed eventually?
[19:23:22] <thm> what is the reason for "pip wheel ." to copy everything to a dir in /tmp (in contrast to "python ./setup.py bdist_wheel)?