/venv_cd

Automatically source python virtual environment found in current directory

Primary LanguageShellMIT LicenseMIT

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