#! /usr/bin/sh mkdir -p ~/Downloads/ cd ~/Downloads/ python3 -m venv .venv . .venv/bin/activate pip install yt-dlp