I tried removing pyenv from my computer, but I'm running into problems running a python program in vscode.
The vscode terminal still reflects "pyenv shell 3.11.4" and "/Users/me/.pyenv/versions/3.11.4/bin/python".
I've already uninstalled pyenv from my system and when I check python version in the terminal, it shows
"/Users/me/.pyenv/shims/python: line 8: /opt/homebrew/opt/pyenv/bin/pyenv: No such file or directory"
How can I clean up pyenv from my system while keeping Python?
Thanks