Links: Python Project-Local Virtualenv Management

added by DotNetKicks
2/17/2022 6:41:55 PM

181 Views

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.


0 comments