auto-venv: Fish Shell Auto-Activates Python Virtualenvs on cd
2d ago · 4 min read · 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...
Join discussion
























