Created
January 25, 2017 18:19
-
-
Save hackcasual/b7839a8797ee76196d58e6ad3f157308 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
import os, sys | |
from __future__ import print_function | |
with open(r"d:\env_dump.txt", "w") as outf: | |
print(os.environ, file=outf) | |
print(sys.path, file=outf) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment