diff --git a/.bashrc b/.bashrc index 9201fd3..f47da37 100644 --- a/.bashrc +++ b/.bashrc @@ -178,5 +178,5 @@ vactivate() { if [[ ! -d $path ]]; then python -m venv $path --prompt "venv: $1" fi - source $path/bin/activate + source $path/bin/activate; bash; deactivate }