-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Expose environment #396
Comments
Thank you for your suggestion.
Hmm, so I can get environment variable and psutils also have that method, I will try to add. But I can not promise when to start. |
@shirou I will send PR for OS X soon :) |
Hi @tejasmanohar, Any updates on this feature implementation? I find it a really useful |
Sorry, got busy with other things :\ |
i would find this feature very useful |
I no longer need it so probably not gonna submit a PR in near future. Feel free to tackle! |
Thinking about implementing this, we will return a Re: Linux, there is |
Related psutil issue giampaolo/psutil#52 |
psutil use a sysctl call to get the environ. with some finessing this code will do the job.
|
Would be useful to expose environment variables a la
psutil.Process().environ()
in PythonThe text was updated successfully, but these errors were encountered: