[13:45:43] <Zaab1t> tdsmith: I think from ubuntu repos, but maybe from source
[14:02:54] <Zaab1t> tdsmith: so is site.getusersitepackages() the canonical way? if its just broken on this box, I don't mind
[14:08:22] <tdsmith> Zaab1t: hold on, when you say global, do you still mean per-user?
[14:09:04] <Zaab1t> tdsmith: yes, im an idiot. I don't even think of my system as multi user
[14:10:05] <tdsmith> aha! yes okay that's consistent with what i'm seeing and i think it makes sense; there's no concept of virtualenv-specific user site-packages
[14:10:14] <tdsmith> entertainingly, virtualenv-brand virtualenvs just don't define a `site.getusersitepackages` function at all and you'll get an AttributeError if you try to touch it