[00:53:33] <rZ_> hi, i'm having what appears to be a non-unique issue with creating a virtualenv of a homebrew-installed python3.4 on os x. i've created an issue on github: https://github.com/pypa/virtualenv/issues/779
[00:53:49] <rZ_> was wondering if anybody had any experience or knowhow to help me with this
[12:54:55] <ionelmc> mathieui: what's wrong with post releases?
[22:04:51] <nedbat> i'm pulling my hair out trying to debug a compile problem during installation. Often I get no mention of the compile step at all, and can't understand why pip doesn't show the compilation lines... :(
[22:09:43] <ionelmc> nedbat: it changed recently (6.0 maybe?) to no be so verbose
[22:10:45] <nedbat> ionelmc: how do I see the compilation and the errors from the compilation?
[22:10:49] <ionelmc> nedbat: it only happens with pip or?
[22:11:48] <ionelmc> nedbat: it only happens with pip or?
[22:12:02] <nedbat> ionelmc: hmm, i haven't tried otherwise.
[22:15:17] <nedbat> ionelmc: ugh: "python setup.py install" installs just fine. "pip install 'coverage>=4.0b1'" also installs, but without the C extension