[11:29:00] <cauliflower_> why does virtualenv, at least on OS X, create a link called .Python rather than Python to the main shared library?
[18:54:51] <askhader> I suspect pip is not installing the latest version of a package available. It reports the correct package versions in the respective packages' __init__.py but the source code isn't the same as what i see on github. I'm running osX
[19:16:05] <tos9> and what are you running to install it
[19:16:23] <tos9> (when you say github -- you know it doesn't matter what's on github right? unless you're installing directly from a URL)
[19:32:59] <askhader> tos9: Yes, I know. In this case I checked what was on pypi and it matcehd what pip was pulling, so I guess the package maintainer hasn't published yet.
[19:33:07] <askhader> tos9: In this case I installed directly from github and that appears to work.