[00:00:08] <dstufft> he has a vested interested in making Python on windows better
[00:00:13] <pf_moore> dstufft: The more the merrier with Windows instructions, but Nathaniel's a good test case because he has a real C-based project to try with
[00:00:47] <pf_moore> Yeah, Having Steve around is a huge help.
[00:01:16] <pf_moore> But must go now, 5:30am start tomorrow and it's midnight here already :-(
[04:43:21] <FunkyBob> morning... am just trying to understand exactly how pip works when I install my own pacakge from a tarbal, as it doesn't appear to be equivalent to "setup.py install"
[04:43:32] <FunkyBob> I'm trying to ensure some post-install code gets run
[04:44:48] <FunkyBob> when i do pip install [on windows, long story] ... it's clearly not invoking "setup.py install"...
[09:08:32] <spaceSub> I installed virtualenv on a debian stable with pip-3.2, but I need a python > 3.3. Is there a way to do that with that virtualenv or do I need to install a newer virtualen package by hand?
[09:19:30] <FunkyBob> virtualenv is pure python, so it should work just fine.
[09:20:45] <spaceSub> Alright, thanks. (Also, you are everywhere ;)