Links: Python Project-Local Virtualenv Management

TIL: Python Project-Local Virtualenv Management

Hynek Schlawack has a neat post about how to have the equivalent of JavaScript’s node_modules directory in Python. It uses direnv to automatically create and activate venv or pyenv virtual environments within a Python project directory.