Support Virtual Environments for Python

IMHO the biggest problem with the current Python setup is that it defaults to the system interpreter. However the modern Python practice is that every single application should have its own venv.

Found https://github.com/XmacsLabs/pyenv, will give a try today.

2 Likes