<@U054MQUPL> e.g. `pex x y z -c alpha`, do the `x ...
# pex
w
@rough-minister-58256 e.g.
pex x y z -c alpha
, do the
x y z
here without the argument always mean 3rdparty dep?
e
Almost. If y is a directory such that ./y/setup.py exists, that local project will be built and resolved into the pex.
👍 1
r
yep