red-television-97006
11/15/2019, 3:03 AM# The max pip verbosity is -vvv and for pex it's -vvvvvvvvv
excellent đenough-analyst-54434
11/15/2019, 3:25 AMmysterious-farmer-45668
11/15/2019, 10:23 PMpex . click requests s3fs pandas pyarrow boto numpy -e -o dist/wm.pex --disable-cache --python=python3.6
, it should use python3.6 to build the pex and thus try to get all the libraries that are compatible with 3.6, right?mysterious-farmer-45668
11/15/2019, 11:01 PMenough-analyst-54434
11/20/2019, 3:35 AM'current'
platform handling and a runtime fix for current interpreter selection biasing.
Posted in #releasesenough-analyst-54434
11/22/2019, 7:45 PMaloof-angle-91616
11/25/2019, 7:34 PMaloof-angle-91616
11/27/2019, 12:54 AMjolly-midnight-72759
11/27/2019, 2:56 PMpex
files? Other than bundling .pex
files in OS specific packaging solutions (e.g. Homebrew, debs, RPMs, etc) is there any existing tooling for deploying a pex
file onto a machine? I'm thinking something like pip
or maven
.average-vr-56795
12/04/2019, 3:54 PMptex.py
which has pex
installed as a requirement, and a second which is the .ipex
file which will actually be run, right?average-vr-56795
12/04/2019, 3:54 PM.ipex
itself isnât actually runnable without the ptex
file running (at some point) first?enough-analyst-54434
12/04/2019, 4:03 PMenough-analyst-54434
12/04/2019, 4:04 PMenough-analyst-54434
12/04/2019, 4:05 PMenough-analyst-54434
12/04/2019, 4:06 PMaverage-vr-56795
12/04/2019, 5:34 PMipex
itself only actually contains a bootstrap script, PEX-INFO, and metadata around requirements? Or am I reading it wrong?average-vr-56795
12/04/2019, 5:34 PMenough-analyst-54434
12/04/2019, 6:20 PMaverage-vr-56795
12/04/2019, 6:36 PMenough-analyst-54434
12/04/2019, 6:37 PMenough-analyst-54434
12/04/2019, 6:38 PMaverage-vr-56795
12/04/2019, 6:42 PMaloof-angle-91616
12/05/2019, 12:46 AMenough-analyst-54434
12/05/2019, 2:31 AMtox -epy37 -- -vvsk test_issues_789_demo
the presence of user code is made obvious by colors for isort: https://github.com/jsirois/pex/pull/1/files#diff-b5b57c9d4fc663f59ecaedb851c13bd8aloof-angle-91616
12/05/2019, 2:47 AMaloof-angle-91616
12/05/2019, 2:51 AMaloof-angle-91616
12/05/2019, 3:00 AMaloof-angle-91616
12/05/2019, 3:07 AMaloof-angle-91616
12/05/2019, 3:09 AMenough-analyst-54434
12/05/2019, 10:21 PM