Skip to content

Commit

Permalink
Uninstall rust installed using brew.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Jan 10, 2024
1 parent 8115355 commit f9630af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/sdk-and-tools/troubleshooting/rust-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ If you've installed Rust using `rustup`:
rustup self uninstall
```

If you've installed Rust using `brew`:

```bash
brew uninstall rust
```

:::note
We never recommend installing Rust using `brew`, especially because it makes it non-trivial to switch between different Rust versions.
:::

If you've installed Rust using `mxpy` with a version older than `v9`:

```bash
Expand Down

0 comments on commit f9630af

Please sign in to comment.