I am using Ubuntu via WSL. I was trying to install Rust using this command (taken from the official website):
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Unfortunately, it seems that the installation had failed due to lack of disk space. However, now many things appear to be broken. E.g when I try to use sudo I get Input/output error, when I try to use Conda commands I get FileNotFoundError.
If it changes something I was trying to install Rust on a specific Conda environemnt (and I tried to remove this environment in hope to solve the issue but I get FileNotFoundError).
Any idea what happend and what can I do? Is there any option to revert the system as it was before the failed installation?
Thanks.