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

How to uninstall Jenv? #372

Open
ishan2305 opened this issue Sep 5, 2022 · 1 comment
Open

How to uninstall Jenv? #372

ishan2305 opened this issue Sep 5, 2022 · 1 comment

Comments

@ishan2305
Copy link

The readme file has instructions about installing Jenv but no instruction about how to uninstall it completely.
I used brew uninstall jenv to uninstall jenv and also modified the bash_profile file so that there is no jenv mentioned in the file. After doing these also I believe jenv is still not completely uninstalled as I am getting this error while running any command -bash: /opt/homebrew/bin/jenv: No such file or directory. What should I do?

@breun
Copy link
Contributor

breun commented Oct 7, 2022

You could ask the Homebrew project if they could improve the uninstall experience.

According to https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/jenv.rb Homebrew prints a command to add jenv to your shell profile after installation. You should undo the addition of that command to your shell profile. What your shell profile file is, and what the command is, depends on what shell you use.

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