Files
audiobook_creator/.envrc
2026-04-08 01:42:29 -06:00

3 lines
69 B
Bash

export VIRTUAL_ENV="$PWD/.venv"
export PATH="$VIRTUAL_ENV/bin:$PATH"