synit-manual/src/guide/schemas/.envrc

5 lines
144 B
Plaintext

[ -d .venv ] || python -m venv .venv
. .venv/bin/activate
pip install -U preserves
PATH=$PATH:~/src/preserves/implementations/rust/target/debug