Hacker News new | ask | show | jobs
by dfinninger 1783 days ago
Our team started moving to Bazel two years ago with 0.21 or something. Python support is much, much better these days. We’re building Python with requirements and packing it into Docker containers.

It went from “maybe run stdlib Python in an activated venv“ to actually working.

1 comments

That's great to hear. Yeah, 2 years ago would have been after I made this decision. Looking forward to taking another look at Bazel; I strenuously wanted it to be the one.