4 lines
82 B
Bash
4 lines
82 B
Bash
# Tell direnv to use pre configured venv
|
|
export VIRTUAL_ENV=./.venv
|
|
layout python
|