Specify pip3 in start

This commit is contained in:
Sage Vaillancourt 2021-07-28 23:41:07 -04:00
parent aefa2d13d9
commit d1af841b41
1 changed files with 1 additions and 1 deletions

2
start
View File

@ -7,7 +7,7 @@ if ! test -f "$SCRIPT_DIR/.undercover_init_successful"; then
fi
fi
if ! pip -V | grep "$SCRIPT_DIR/.venv"; then
if ! pip3 -V | grep "$SCRIPT_DIR/.venv"; then
echo "Entering virtual environment..."
source $SCRIPT_DIR/.venv/bin/activate
fi