Uninstall Ruff #21562
-
|
Hi everyone! I love using Ruff as a language server, but I was wondering if there was a way to uninstall it (just out of curiosity). I'm currently on MacOS silicon and installed Ruff through the install script
Is there a corresponding uninstall script? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi! Thanks for the kind words! I don't believe there's a corresponding uninstall script. From reading the script, I think in all cases it just unzips a single executable and installs that, so something like removing |
Beta Was this translation helpful? Give feedback.
Hi! Thanks for the kind words!
I don't believe there's a corresponding uninstall script. From reading the script, I think in all cases it just unzips a single executable and installs that, so something like removing
$(which ruff)should be all that's needed to remove it completely.