Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #8088
| From | Andrey Rahmatullin <wrar@debian.org> |
|---|---|
| Newsgroups | linux.debian.maint.python |
| Subject | Re: upgrading setuptools in virtualenv leaves behind version 5.5.1 |
| Date | 2016-01-13 11:30 +0100 |
| Message-ID | <qQqQF-6Le-1@gated-at.bofh.it> (permalink) |
| References | <qQolQ-4RO-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
upgrading setuptools in virtualenv leaves behind version 5.5.1 Brian May <brian@linuxpenguins.xyz> - 2016-01-13 08:50 +0100
Re: upgrading setuptools in virtualenv leaves behind version 5.5.1 Andrey Rahmatullin <wrar@debian.org> - 2016-01-13 11:30 +0100
Re: upgrading setuptools in virtualenv leaves behind version 5.5.1 Brian May <bam@debian.org> - 2016-01-13 22:40 +0100
csiph-web