Skip to content

Instantly share code, notes, and snippets.

@vortec
Created June 9, 2015 08:50
Show Gist options
  • Select an option

  • Save vortec/efdc5f82af8f5229428c to your computer and use it in GitHub Desktop.

Select an option

Save vortec/efdc5f82af8f5229428c to your computer and use it in GitHub Desktop.
sh-3.2# dtruss -n python2.7 > xx.log 2>&1
[run pip in other terminal]
sh-3.2# grep 'pip.conf' xx.log
13955/0x10011: stat64("/Users/xxxxx/workspace/instances/zope/pip.conf\0", 0x7FFF5E00B168, 0x7FFF5E00AD50) = -1 Err#2
13955/0x10011: open_nocancel("/Library/Application Support/pip/pip.conf\0", 0x0, 0x1B6) = -1 Err#2
13955/0x10011: open_nocancel("/Users/xxxxx/.pip/pip.conf\0", 0x0, 0x1B6) = -1 Err#2
13955/0x10011: open_nocancel("/Users/xxxxx/Library/Application Support/pip/pip.conf\0", 0x0, 0x1B6) = -1 Err#2
13955/0x10011: stat64("/Users/xxxxx/workspace/instances/zope/pip.conf\0", 0x7FFF5E00AD38, 0x7FFF5E00A920) = -1 Err#2
13955/0x10011: open_nocancel("/Library/Application Support/pip/pip.conf\0", 0x0, 0x1B6) = -1 Err#2
13955/0x10011: open_nocancel("/Users/xxxxx/.pip/pip.conf\0", 0x0, 0x1B6) = -1 Err#2
13955/0x10011: open_nocancel("/Users/xxxxx/Library/Application Support/pip/pip.conf\0", 0x0, 0x1B6) = -1 Err#2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment