diff --git a/.bashrc b/.bashrc index 448b644..275e062 100644 --- a/.bashrc +++ b/.bashrc @@ -212,7 +212,7 @@ vactivate() { local path=~/.venv/$1 if [[ ! -d $path ]]; then - python -m venv $path --prompt "venv: $1" + python -m venv --prompt "venv: $1" --system-site-packages $path fi source $path/bin/activate; bash; deactivate }