quick question. Pants build uses system Python, ri...
# general
f
quick question. Pants build uses system Python, right? What are people doing right now to be able to run it in Python 3 or Python 2? Our build processes use docker containers so it's not a problem, but it would be nice if developers could run it outside a docker container just to quickly test changes.
b
Do you have a sample docker file? I want to run my code using Dockers, but I'm stuck. Thanks!