5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
use nix
|
|
|
|
VIRTUAL_ENV="$PWD/venv"
|
|
export VIRTUAL_ENV
|
|
PATH_add "$VIRTUAL_ENV/bin" |