Skip to content

Commit 1870fd1

Browse files
ref: re-enable pyc files now that we're on python 3 (#35678)
1 parent d227f5c commit 1870fd1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.envrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ show_commands_info() {
113113

114114
commands_to_run=()
115115

116-
# don't write *.pyc files; using stale python code occasionally causes subtle problems
117-
export PYTHONDONTWRITEBYTECODE=1
118-
119116
# Always write stdout immediately. Very helpful for debugging
120117
export PYTHONUNBUFFERED=1
121118

0 commit comments

Comments
 (0)