Remove PYTHONDONTWRITEBYTECODE from status env — forbidden by runtime
Some checks are pending
CI / lint-and-test (push) Waiting to run
Some checks are pending
CI / lint-and-test (push) Waiting to run
This commit is contained in:
parent
82e52015f0
commit
f008e08930
1 changed files with 0 additions and 1 deletions
|
|
@ -142,7 +142,6 @@ def _status_environment(profile: Path) -> dict[str, str]:
|
|||
"LANG": "C",
|
||||
"LC_ALL": "C",
|
||||
"PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||
"PYTHONDONTWRITEBYTECODE": "1",
|
||||
"PYTHONNOUSERSITE": "1",
|
||||
"PYTHONSAFEPATH": "1",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue