dotfiles/.config/setup/04-install-venv.sh

7 lines
116 B
Bash
Executable file

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