Skip to content

Instantly share code, notes, and snippets.

@Perlence
Created October 23, 2017 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Perlence/d40e137e7bec87a0b3c2a2f406eaa1cf to your computer and use it in GitHub Desktop.
Save Perlence/d40e137e7bec87a0b3c2a2f406eaa1cf to your computer and use it in GitHub Desktop.
$ python -V
Python 3.7.0a2
$ env PYTHONDONTWRITEBYTECODE=1 python -c 'import sys; print(sys.dont_write_bytecode)'
False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment