3 lines
75 B
Plaintext
3 lines
75 B
Plaintext
|
export VIRTUAL_ENV="`realpath .venv`"
|
||
|
export PATH="$VIRTUAL_ENV/bin:$PATH"
|