venv_cd Automatically source python virtual environment found in current directory Installation $ curl -o ~/venv_cd.sh https://raw.githubusercontent.com/thealamu/venv_cd/main/venv_cd.sh $ echo 'source ~/venv_cd.sh' >> ~/.bashrc