[11:47:40] <angular_mike_> strange, now `which` still shows it pointing at system folder `/user/bin`, but --version shows it to be located in my home folder
[11:51:50] <angular_mike_> I've got python2.6 installed system-wide and python2.7 locally for my user and I want it to have installed and use the appropriate pip version
[12:00:38] <angular_mike_> when I try to install a package with pip it fails with "Only python 2.7 and later is supported" even though I have 2.7 installed locally. HOw do I make pip detect it?
[12:01:03] <angular_mike_> how does pip check installed python version>]
[12:07:30] <angular_mike_> ehh, I gave up and created a virtualenv
[12:52:18] <tos9> angular_mike_: Every Python gets its own pip.
[12:52:36] <tos9> pip install --user pip will of course always be satisified already :)
[12:58:27] <iElectric> dstufft: how does numpy build wheels with build flags like --compiler?
[12:58:35] <iElectric> I don't see a way to pass arguments to bdist_wheel
[12:59:01] <dstufft> iElectric: they probably are building wheels using setup.py bdist_wheel?
[14:19:18] <ronny|tablet> Still recovering from the removal of my wisdom teeth
[14:19:51] <ronny|tablet> And waiting for the last parts of my replacement pc to arrive
[21:19:23] <tos9> how do you use requirements.txt's in coordination with setuptools extras
[21:19:55] <tos9> specifically how do you have pinned versions of extras for deployments -- do you *have* to have a separate requirements.txt for the version of the package with the extra?