Browse Source

ref: re-enable pyc files now that we're on python 3 (#35678)

anthony sottile 2 years ago
parent
commit
1870fd1141
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .envrc

+ 0 - 3
.envrc

@@ -113,9 +113,6 @@ show_commands_info() {
 
 commands_to_run=()
 
-# don't write *.pyc files; using stale python code occasionally causes subtle problems
-export PYTHONDONTWRITEBYTECODE=1
-
 # Always write stdout immediately. Very helpful for debugging
 export PYTHONUNBUFFERED=1