penv: Reset global Python to system Python

If you use penv to manage Python environments, you might want to reset the global Python version to the system Python version - for example so that your installed packages match the system installed packages.

In order to do that just run

reset_pyenv.sh
pyenv global system

once, which will reset Python to system Python for all shells.


Check out similar posts by category: Python