Results 436 comments of John Sirois

Two pips is getting big, I'm partial to Pex 3.x vendoring a single newer Pip. That said, you're about to run into more problems anyhow using Python Build Standalone -...

@hrfuller can you provide more detail on item 1? What would make sense? Right now you can only use multiple `--sources-directory` to point at multiple `sys.path` entries and everything under...

Basically I need a lot more detail about the environmental constraints you use Pex under I think as well as the perf improvements you get in % terms using your...

This is wider in scope, but duplicate in theme to #348 - you may want to revive that issue thread since it has a few Twitter folks involved.

[email protected] On Feb 6, 2014 11:29 PM, "zyzheng" [email protected] wrote: > I tried to update the pants in our own project and got stuck about the > scrooge generator. It...

Ok - so there is code that dumps a chroot, and then there is the code at the top of the trace: ``` File "/export/hdb3/data/appdata/jenkins/workspace/foursquare.hadoop.test/src/python/foursquare/pants/python_linter.py", line 47, in execute self._run_pylint(target)...

Ok - then that ticket's info may be apropos. Can you try after the chroot dump exec'ing the rest? I realize this may not be a 1 liner, but a...

Yeah - thats what the track ticket above talks about.

My understanding is you 1.) create the chroot then 2.) run something in it. The idea would be to do 1 as-is, but then exec to do 2.) which will...

Something like that - yes. Again - if its complicated to hack that test change in it may not be worth it. But if its 5 lines, it would be...