[05:58:07] <glyph> iruyanka: PLEASE do not use 'curl -k' ever
[05:58:13] <glyph> iruyanka: It means "do not check security"
[05:58:46] <glyph> iruyanka: in other words, if anyone bad is on your network, or on any network between you and github, you will be installing random code that they want you to, instead of actual pip
[06:07:46] <glyph> iruyanka: If you do "curl ... | something", then "something" is run with the output of curl. No temporary file is created. There is no 'get-pip.py' on your system.
[06:26:32] <glyph> I still do not really understand your question about get-pip.py.
[06:27:02] <glyph> If you want to _uninstall pip_ you can just do 'pip uninstall pip'
[06:27:11] <glyph> get-pip.py itself is an installer, it is not installed.
[06:27:50] <glyph> It sounds like you want to install virtualenv.
[06:28:17] <glyph> If you use pip to globally install packages, it only has a few choices, and if your Python is in /usr/bin/python then /volume1/@appstore/python is not one of those options.
[20:48:02] <ionelmc> anaconda (still) didn't release sources for the binaries they provide right?
[23:17:36] <mhils> dstufft: I just stumbled upon https://github.com/pyca/cryptography/commit/9a0ad0439324201f8a82fc48f1d358596a666921 - are there any known issues with requiring a fairly recent version of setuptools?
[23:18:13] <mhils> I'd love to ship a mitmproxy wheel, but we'd need range operators for environment markers, which is setuptools >= 17.1. Does that work on Ubuntu 12 LTS etc. at all?