[13:03:33] <mhils> ionelmc: from my limited testing, you cannot upgrade setuptools in-flight.
[13:03:48] <ionelmc> mhils: what do you mean "in-flight"?
[13:04:13] <ionelmc> kingkong: are you asking about using pip from debian's repo vs pip from pypi?
[13:04:37] <mhils> so, if I install_requires or setup_requires setuptools >=17.1 in setup.py, but the client has setuptools 17.0 installed, it'll fail with some exception.
[19:55:52] <kingkong> ionelmc: i dont know which one i should use ? debian's repo is different than pip from pypi ? i want latest pip. i readed on debian repo 1.1 version has security vulnerability if i remember right
[19:56:34] <kingkong> so, i uninstalled it and used another one
[19:57:18] <ionelmc> kingkong: debian have "deb" packages
[19:57:33] <ionelmc> and they repackaged pip, as "python-pip"
[19:58:07] <ionelmc> if you want the latest then don't use the repackaged one, iow - don't install pip with apt-get
[20:01:18] <kingkong> ionelmc: my pip version is latest now? pip 7.1.2 from /usr/local/lib/python2.7/dist-packages (python 2.7)