hundreds-father-404
10/08/2020, 7:24 PMsetup_py.py code, where we do indeed run setup.py as the top-level. I may have spoken too soon about using PEX_EXTRA_SYS_PATH. I’m not sure yet.
In your current workflow, how are you approaching this? Are you changing the directory into where the setup.py is located, and running setup.py build_ext --inplace, rather than a/b/c/setup.py build_ext --inplace?