Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to uninstall choosenim #335

Open
array-in-a-matrix opened this issue Jan 5, 2024 · 3 comments
Open

Option to uninstall choosenim #335

array-in-a-matrix opened this issue Jan 5, 2024 · 3 comments

Comments

@array-in-a-matrix
Copy link

No description provided.

@penguinite
Copy link

I assume you also want to uninstall the Nim toolchain that choosenim has installed. Since I don't think there is a way to keep Nim and to uninstall choosenim.

If you're on Linux, then simply run "rm -rf ~/.choosenim ~/.nimble" remove any lines in your shell configs that mention nimble or choosenim.

I have no idea how its like on Windows, but I imagine it's a similar process. Delete the folders, and then remove the environment variables.

If you want to uninstall just choosenim then, just run "rm ~/.nimble/bin/choosenim" on Linux. On windows, just navigate to .nimble/bin and delete choosenim.

@array-in-a-matrix
Copy link
Author

Yeah I wanted to uninstall choosenim along with anything it installed as I wanted to switch to using the Nim package provided by the Arch Linux repositories. I did delete those directories but I wanted to make sure I didn't miss anything.

@penguinite
Copy link

Well then deleting both .nimble and .choosenim should get rid of everything as far as I am aware, since choosenim only installs in the user's home directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants