Skip to content

Instantly share code, notes, and snippets.

@cou929
Created December 9, 2012 04:21
Show Gist options
  • Save cou929/4243321 to your computer and use it in GitHub Desktop.
Save cou929/4243321 to your computer and use it in GitHub Desktop.
子プロセスから HISTFILE シェル変数は読めない
$ python -c 'import os; print os.environ["SHELL"]; print os.environ["HISTFILE"]'
/bin/zsh
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/kosei/.virtualenvs/dev/bin/../lib/python2.7/UserDict.py", line 23, in __getitem__
raise KeyError(key)
KeyError: 'HISTFILE'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment