1
0
mirror of https://github.com/HariSekhon/DevOps-Bash-tools.git synced 2025-02-06 09:28:21 +00:00

updated .envrc-python

This commit is contained in:
Hari Sekhon 2024-08-09 00:14:28 +03:00
parent 692ce7ac9d
commit 9c6d4509a1

View File

@ -35,7 +35,6 @@ for venv in "$PWD/venv" "$HOME/venv"; do
# shellcheck disable=SC1091
source "$venv/bin/activate"
echo
break
fi
done