On Wed, Jan 13, 2016 at 06:43:31PM +1100, Brian May wrote:
> Running virtualenv with interpreter /tmp/bbb/bin/python2
Huh?

> Using real prefix '/usr'
> New python executable in /tmp/virtual/bin/python2
> Also creating executable in /tmp/virtual/bin/python
> Installing setuptools, pip...done.
> brian@prune:~$ . /tmp/virtual/bin/activate
> (virtual)brian@prune:~$ ls -l 
> /tmp/virtual/lib/python-wheels/setuptools-5.5.1-py2.py3-none-any.whl
> -rw------- 1 brian brian 229854 Jan 13 18:34 
> /tmp/virtual/lib/python-wheels/setuptools-5.5.1-py2.py3-none-any.whl
> 
> So the old version of setuptools is still there.
It's the version installed by virtualenv, from the python-setuptools-whl
package.

> Problem is some packages will pickup pkg_resources from
> setuptools-5.5.1-py2.py3-none-any.whl instead of the new version I just
> thought I installed.
I don't see where did you install the new version.

-- 
WBR, wRAR

Reply via email to