Skip to content

Instantly share code, notes, and snippets.

@romach
Last active April 2, 2017 16:55
Show Gist options
  • Select an option

  • Save romach/a0322e09096cbd6885a059f125bb50c2 to your computer and use it in GitHub Desktop.

Select an option

Save romach/a0322e09096cbd6885a059f125bb50c2 to your computer and use it in GitHub Desktop.
Access to environment variable
import os
print os.environ['HOME']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment