Python tooling efficiency with pyenv and pipenv

Synopsis Use pyenv to quickly install and switch between different Python releases while using pipenv to virtually isolate project files and libraries. For example, create a virtual python environment using Python release 3.11.1 with pipenv command pipenv --python 3.11.1. If Python 3.11.1 is not installed on the local system pipenv will leverage pyenv to install... » read more

PyCharm 2018.2 Goodies

This week JetBrains released an update to PyCharm that includes an item I’ve been waiting to arrive in PyCharm; PyCharm 2018.21 brings support for Pipenv2. I discovered and began using Pipenv roughly around December 2017. Very happy to now have PyCharm and Pipenv working together. Among the additional features and improvements to come with PyCharm... » read more