[03:27:14] <Guddu> G'day all . . . I download get-pip.py and pip-6.0.8-py2.py3-none-any.whl in my local drive. I tried installing but it gives an error as shown in http://dpaste.com/30JK3R8
[15:49:01] <patrick85> I wonder how to handle "global" packages like pyflake vs. project specific packages
[15:49:14] <spoonbadger> Anyone ever seen persistent unicode errors trying to "python setup.py sdist upload" a package?
[15:49:51] <jessamynsmith> patrick85: personally, I break out requirements into development, production, common, and I put things like pyflakes in development
[15:50:17] <jessamynsmith> my readme files contain instructions about how to test, flake, etc to make it easy for others to get set up
[15:50:24] <tos9> spoonbadger: I've seen persistent unicode errors from various setuptools things.
[15:50:34] <tos9> spoonbadger: Typically smashing the keyboard and force reinstalling fixes them.
[15:50:36] <patrick85> jessamynsmith: so you reinstall pyflakes into every venv?
[15:52:16] <jessamynsmith> I work on personal apps and work apps on the same machine, and often work is using old versions of things, but I upgrade my personal stuff often
[19:38:40] <nanonyme> Well, it can't pop it in the same terminal and it's questionable whether the sudo popping elevated context in same terminal is even secure
[19:38:58] <nanonyme> Windows requires no connectivity at all between the elevated process and the unelevated process
[19:39:21] <nanonyme> (well, very very narrow exceptions that you can use for signaling)
[19:40:31] <nanonyme> sudo asking password in the terminal *definitely* is not secure but Linux doesn't really have anything much better until Wayland