1
0
Fork 0
mirror of synced 2024-06-23 08:30:29 +12:00

continue script if venv doesnt exist

This commit is contained in:
Nick Sweeting 2020-11-28 04:51:40 -05:00
parent 6d8b3ca190
commit d32aad5123

View file

@ -12,7 +12,7 @@ IFS=$'\n'
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )"
source "$REPO_DIR/.venv/bin/activate"
source "$REPO_DIR/.venv/bin/activate" || true
cd "$REPO_DIR"