multiversx / mx-sdk-py-cli

Python Command Line Tools and SDK for interacting with the MultiversX blockchain and dApps.
Other
34 stars 36 forks source link

Add extra checks when installing Rust - display some warning messages, if needed #366

Closed andreibancioiu closed 9 months ago

andreibancioiu commented 9 months ago

Display WARN messages if CARGO_HOME and RUSTUP_HOME are set before the installation:

https://rust-lang.github.io/rustup/installation/index.html#choosing-where-to-install

Unset the variables if installing rust with --overwrite.