fancy-policeman-6755
04/03/2024, 10:02 AMpants repl
. If I understand correctly, this should let me open an interpreter where I can load the modules defined in my project. If I call it without targets, they are not there, but if I call it like pants repl ::
, I get stuff like
But this pex had no ProjectName(raw='pytest', normalized='pytest') distributions.
when it tries to figure out the external dependencies. Any extra config I should give it?broad-processor-92400
04/03/2024, 11:22 PMpants.toml
Thanksfancy-policeman-6755
04/30/2024, 12:54 PMfancy-policeman-6755
04/30/2024, 12:54 PMfancy-policeman-6755
04/30/2024, 12:54 PMfancy-policeman-6755
04/30/2024, 12:55 PMfancy-policeman-6755
04/30/2024, 12:58 PMfancy-policeman-6755
04/30/2024, 12:58 PMfancy-policeman-6755
04/30/2024, 12:58 PMbroad-processor-92400
04/30/2024, 11:36 PMpants repl ::
in https://github.com/pantsbuild/example-python seems to work fine, so that's a perfectly fine way to run it in some circumstances, but apparently not yours!fancy-policeman-6755
05/02/2024, 12:57 PMpants repl some_app/::
)fancy-policeman-6755
05/02/2024, 12:57 PM