<div dir="ltr"><div class="gmail_quote">On Thu, 21 May 2015 at 18:11 Joseph <<a href="mailto:joseph1ernest@yahoo.fr">joseph1ernest@yahoo.fr</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>I'm currently writing a doc about how to install a soft of mine, and "pip" is required to install some modules.<br></div><br></div>I cannot ask all people using my soft to "upgrade to Jessie". This is asking too much to my future users.<br><br></div>There surely may be a simple way to install "python-pip" without having "apt-get install python-pip" installing Python2.6 on top of 2.7, don't you think so?<br></div></div></blockquote><div><br></div><div>As a general rule, you can either have a stable system, or an up-to-date system, not both.</div><div><br></div><div>There might be another way however - I believe python-virtualenv is for Python2.7 - so if you are willing to put everything in a virtualenv, it will come with a version of pip that works with Python2.7.</div></div></div>