keep-it-secret/skel/envrc

4 lines
117 B
Plaintext
Raw Normal View History

2024-01-04 19:30:54 +00:00
export VIRTUAL_ENV="$(realpath .venv)"
export PATH="$VIRTUAL_ENV/bin:$PATH"
export PYTHONBREAKPOINT="ipdb.set_trace"