activate venv automatically

This commit is contained in:
Daniel Micay 2022-07-18 17:14:14 -04:00
parent d724296a89
commit 0a81e35a23

View File

@ -3,6 +3,8 @@
set -o errexit -o nounset -o pipefail
shopt -s dotglob extglob globstar
source venv/bin/activate
if [[ $# -eq 1 ]]; then
fd=$1
else