Use pyenv and virtual environments to manage Python complexity
In my earlier post, I wrote about how pyenv is a great tool for running multiple versions of Python on the same host. It makes it simple to install multiple versions of Python on your workstation or server and control which version executes in a shell. But as a Python developer, the Python version is …
Use pyenv and virtual environments to manage Python complexity Read More »