You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Pants require a
python
to be inPATH
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
The text was updated successfully, but these errors were encountered: