Sith/.envrc

6 lines
131 B
Plaintext
Raw Normal View History

2025-01-06 15:17:54 +00:00
if [[ ! -d .venv ]]; then
2025-01-06 17:40:02 +00:00
log_error 'No .venv folder found. Use `uv sync` to create one first.'
exit 2
fi
2025-01-06 15:17:54 +00:00
. .venv/bin/activate