mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Change the exec line to remove PYTHONUNBUFFERED
This commit is contained in:
parent
bb2bd8a50c
commit
12c8f0837f
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ if [ -z "${LC_ALL+x}" ] && [ -z "${LC_CTYPE+x}" ] && \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# run python
|
# run python
|
||||||
exec /usr/bin/env -S PYTHONUNBUFFERED=1 python3 -u -m xonsh "$@"
|
exec python3 -u -m xonsh "$@"
|
||||||
|
|
Loading…
Add table
Reference in a new issue