[13:25:53] <bildig> Hi, I'm trying to stuff a virtualenv into a debian package to assist deployment. both the "hand rolled" strategy and the dh-virtualenv tools have failed, producing the same result: when i activate the env and try to run twistd, it thinks the python interpreter is living in the build path i used, not the install path of the virtualenv
[13:26:48] <bildig> that is, the path the virtualenv lives in once the debian was installed
[13:27:06] <bildig> the python path in the virtualenv is correct
[13:28:30] <bildig> running twisted in the activated produces the dreaded, "bad interpreter: no such file or directory" error
[13:37:47] <bildig> actually, i am mistaken - the dh-virtualenv set the hardlinks in /usr/share/python/<package_name>/lib to my build directory, but looks like it did everything else correctly.
[17:00:20] <cel1> hi, can anybody confirm that `pip ARG` throws a ValueError, when the argument starts with a upper case letter?
[17:04:24] <tomprince> And it seems perhaps *only* upper case letters trigger this. Experimenting with other unusal characters just gets the command not found error.
[17:10:07] <cel1> do I have to report it at github or will somebody who can fix it see it anyway?