Skip to content
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

(OSX) add support for Process.getcwd() #222

Closed
giampaolo opened this issue May 23, 2014 · 6 comments
Closed

(OSX) add support for Process.getcwd() #222

giampaolo opened this issue May 23, 2014 · 6 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on October 14, 2011 23:32:50

This is similar to issue 154 .
Process.getcwd() is supported all platforms except OSX.
I'm not sure whether the implementation might be similar to BSD ( r1164 ).
I'm going to assign this to Jeremy and I'll try to take a look at this in the 
next days myself.

Original issue: http://code.google.com/p/psutil/issues/detail?id=222

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on October 17, 2011 15:38:06

Labels: OpSys-OSX

@giampaolo
Copy link
Owner Author

From [email protected] on April 24, 2012 21:50:04

Stack overflow makes the suggestion of using lsof: 
http://stackoverflow.com/questions/1521190/get-the-current-working-directory-of-process-with-a-pid-programmatically-on-os-x
 Maybe we can use a current osx open file implementation to do this (if one exists?)

Cc: g.rodola

@giampaolo
Copy link
Owner Author

From g.rodola on April 25, 2012 06:26:31

Is lsof installed by default on OSX?

@giampaolo
Copy link
Owner Author

From g.rodola on June 29, 2012 11:45:24

It was easier than expected. Done in r1401 .

Status: FixedInSVN
Labels: Milestone-1.0.0

@giampaolo
Copy link
Owner Author

From g.rodola on August 13, 2012 09:25:12

Fixed in version 0.6.0, released just now.

Status: Fixed
Labels: -Milestone-1.0.0 Milestone-0.6.0

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 04:04:53

Updated csets after the SVN -> Mercurial migration: r1164 == revision 
1b5fe9a4d143 r1401 == revision d2dee2172a33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant