Last active
April 2, 2017 16:55
-
-
Save romach/a0322e09096cbd6885a059f125bb50c2 to your computer and use it in GitHub Desktop.
Access to environment variable
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 | |
| print os.environ['HOME'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment