Open vwxyzjn opened 1 year ago
Yes, I was also feeling the same; actually was thinking about this to make it optional. Maybe we can have a rust extension installed when the [rust]
modifier is given (E.g. pip install expt[rust]
).
At the moment, you can use the EXPT_DISABLE_RUST
environment variable (e.g. EXPT_DISABLE_RUST=1 pip install "expt @ git+https://github.com/wookayin/expt"
) if you are using the development version. But I know that you don't want to this environment variable in your project configuration or setup. I will make expt be installable without the rust toolchains set up.
Yeah it’s related to #17. It would be great if environment variable injection is not needed.
Hey, the rustboard integration looks pretty cool, but it also makes it harder to install. Any chance you could make the rust extension optional during installation?