3 lines
69 B
Plaintext
3 lines
69 B
Plaintext
|
|
export VIRTUAL_ENV="$PWD/.venv"
|
||
|
|
export PATH="$VIRTUAL_ENV/bin:$PATH"
|