update `.devcontainer.json`: ```json "postCreateCommand": "[ -d .venv ] && rm -rf .venv; make venv && . .venv/bin/activate && make install", ```