[22:51:14] <_habnabit> so i'm trying to `ve/bin/pip wheel .`, but pip is copying everything in the cwd into ve/build, which is in the cwd, which gets copied to ve/build/ve/build, etc. do i just have to change the build directory to mitigate this?
[22:54:43] <_habnabit> dstufft, well, i'm trying with -b right now
[22:55:21] <dstufft> _habnabit: You'll probably like this: Right now i'm adding randomized build dirs to pip except in the one edge case we can't use them (and in the enxt next version of pip that edge case is gone)
[22:55:28] <_habnabit> urrgh i remember the issues i had before now. it doesn't seem that pip cleans up the build directories if i pass -b, so the second run fails