[10:48:54] <Timvde> I need to use an authenticated proxy to install packages through pip. However, I rather not type my password in a shell command. Can I make it ask for my password instead?
[13:32:15] <pombreda> Timvde: you could use an env variable?
[13:37:06] <pombreda> or write a pip wrapper script asking for the password?
[13:37:51] <Timvde> pombreda: Hmm, that second part sounds like a good idea :)
[13:38:15] <Timvde> Also, lesson of the day: using @ in your password doesn't work with username:password@host...
[13:41:48] <pombreda> but this might create a strange loop though it may work
[13:43:35] <moldy> pombreda: hmmm, that doesn't help in my case, i think. i am using the new environment marker syntax, so my egg_info step requires a recent setuptools
[13:47:01] <pombreda> you can check setuptools.__version__ once you imported it and fail gracefully so the user van update