Created
October 23, 2017 11:09
-
-
Save Perlence/d40e137e7bec87a0b3c2a2f406eaa1cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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