[05:17:36] <tdsmith> i would try `touch /Users/gusgg/anaconda2/lib/python2.7/site-packages/easy-install.pth` first
[05:18:35] <gusgg> I have (had... just nuked everything) setuptools installed. I don't know what is the implication of setuptools not being setup_required for pydot.
[05:19:33] <gusgg> tdsmith: just so that it could not error when it tries to remove it?
[05:19:33] <tdsmith> i'm wondering if setuptools is being installed, in the end, by easy_install or by distutils, but maybe it's not a good question
[05:20:02] <gusgg> my pastebin got removed! they must have thought it was too wild.
[06:06:03] <gusgg> tdsmith: on the assumption that you might know something about homebrew and pip... can you explain why `brew install python` is not installing pip? It's instally python2.7.11, but there is no `pip` under /usr/local/Cellar/python/2.7.11/bin
[06:06:43] <tdsmith> pip is installed into HOMEBREW_PREFIX/bin
[06:07:12] <tdsmith> there should be a /usr/local/Cellar/python/2.7.11/bin/pip actually
[06:07:32] <tdsmith> did `brew install python` give you any messages?
[06:07:35] <gusgg> tdsmith: it's not in /usr/local/bin either... (that's my brew prefix)
[06:08:26] <gusgg> tdsmith: I just uninstalled it (again) and am reinstalling it to show you the exact output
[06:08:34] <tdsmith> if that's true, post_install must have failed, which is perplexing
[06:12:01] <gusgg> tdsmith: thank you. I think I can manage that much. I had cleared them out. but then rosdeps (I think) put them back in when I tried (probably because of sudo -H)
[06:14:06] <gusgg> gusgg: okay! that's resolved at least.
[12:34:56] <jml> as a package author, can I get downloads by Python version from pypi?
[12:51:10] <meshy> jml: I could be wrong, but I suspect not. You can, however, get downloads per package per release. See https://pypi.python.org/pypi/Django/json
[15:57:51] <gusgg> I don't understand why I'm seeing these messages: http://pastebin.com/Py1dahGu if I've only ever installed things with pip. Maybe it's because that's not true, and homebrew installed modules too?
[19:52:39] <tdsmith> gusgg: perhaps they're in /Library/Python/2.7/site-packages?