I tried to get PYTHONPATH in the python process (ex. the console or some packages ) of Sublime Text 2 running "os.environ.get('pythonpath')", but it's empty. It seems not to import only PYTHONPATH from system environment variables. Other variables were imported.
If editing "Python.sublime-build", variables was not imported.
Can I get PYTHONPATH in the process?