Join Slack
Powered by
hi y'all, is there a way to get a pants-style repl...
# general
v
victorious-zebra-49010
10/05/2023, 11:40 PM
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
enough-analyst-54434
10/05/2023, 11:44 PM
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
high-yak-85899
10/05/2023, 11:44 PM
If you’re putting a pex in your container, run with PEX_INTERPRETER=1 path/to/pex
v
victorious-zebra-49010
10/05/2023, 11:48 PM
i see i see cool
Open in Slack
Previous
Next