auto-venv: Fish Shell Auto-Activates Python Virtualenvs on cd
Originally published at recca0120.github.io
Every time you cd into a Python project, you manually run source .venv/bin/activate.fish.
Leaving means remembering to deactivate.
Jumping with z is worse — the venv never activates at all.
auto-venv handle...
recca0120.hashnode.dev4 min read