Running multiple versions of Python on your machine using pyenv
I needed to test sending emails with SendGrid using Python, but as per the docs, it needed Python 3.8 be able to do so. At that time, my machine had Python 3.11 installed. So, I needed to switch my Python version for the assignment. This is when we u...
Apr 27, 20231 min read86