Skip to content

Commit

Permalink
Add python3 to virtualenv
Browse files Browse the repository at this point in the history
- Added python3 to virtualenv
  • Loading branch information
tmiland committed Oct 11, 2024
1 parent 48f7e61 commit 68c1693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invidious_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ install_youtube_trusted_session_generator() {
done
fi
echo -e "${GREEN}${ARROW} Regenerating YouTube trusted session data...${NC}"
${SUDO} virtualenv $YTSG_FOLDER/venv >/dev/null 2>&1
${SUDO} virtualenv --python=python3 $YTSG_FOLDER/venv >/dev/null 2>&1
chown -R $USER_NAME:$USER_NAME $YTSG_FOLDER/venv
chmod 755 $YTSG_FOLDER/venv
source $YTSG_FOLDER/venv/bin/activate >/dev/null 2>&1
Expand Down

0 comments on commit 68c1693

Please sign in to comment.