Python Version and Project management

Python code

I use pyenv to manage the versions of python installed and available to my user; and then I create a virtual environment for specific use, activate it, and pip in the libraries I need. For example, I installed two specific versions of Python, then created virtual environments to enable NeoVim to use the proper Python runtime … Read more