<#17673 Reducing system dependencies by using an e...
# github-notifications
q
#17673 Reducing system dependencies by using an embedded Python runtime (e.g. RustPython) New issue created by danmx Is your feature request related to a problem? Please describe. Pants require a
python
to be in
PATH
to bootstrap itself. Describe the solution you'd like Since Pants2 has Rust-based core it would be possible to reduce system dependencies and embedding Python runtime into the tool itself e.g. by using RustPython. Describe alternatives you've considered Rewriting bootstrap parts in Rust. Additional context pantsbuild/pants