Disable python buffering
This commit is contained in:
parent
2b39fb1b9a
commit
5a90a9963f
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -2,6 +2,7 @@ set dotenv-load
|
|||
|
||||
# Load virtualenv
|
||||
export PATH := justfile_directory() + "/env/bin:" + env_var('PATH')
|
||||
export PYTHONUNBUFFERED := "true"
|
||||
|
||||
# Dev environment
|
||||
export DEBUG := "true"
|
||||
|
|
Loading…
Reference in a new issue