hi y'all, is there a way to get a pants-style repl...
# general
v
hi y'all, is there a way to get a pants-style repl going inside docker image that is somehow produced by pants? i see that running
pants repl
on
docker_environment()
targets produces warnings
e
Environments just tell Pants where to execute internal build actions, you want something else: https://www.pantsbuild.org/docs/docker#running-a-docker-image
h
If you’re putting a pex in your container, run with PEX_INTERPRETER=1 path/to/pex
v
i see i see cool