Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36699

Re: Dependency management in Python?

Date 2013-01-12 13:43 +0100
From Thomas Bach <thbach@students.uni-mainz.de>
Subject Re: Dependency management in Python?
References <6b91570c-9cf0-4caf-8727-b463c6d098cd@googlegroups.com> <CABRP1o8GmneDdRgn4E9heyUBdCmgm20yegpx5zEaDXFVokPCNg@mail.gmail.com> <mailman.420.1357945494.2939.python-list@python.org> <69690331-5194-443e-bf6b-fad0c3bf3ff4@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.444.1357994685.2939.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, Jan 11, 2013 at 06:42:18PM -0800, Adelbert Chang wrote:
> Another question - how do we then get PIP to the latest version? Or
> is it relatively easy to uninstall/reinstall PIP?

Simply do a 

$ pip install -U distribute
$ pip install -U pip

from time to time in your virtual environment.

As a side note: some versions of distribute, pip and virtualenv do
interact rather poorly on Python 3. Upgrading via easy_install:

$ easy_install -U distribute
$ easy_install -U pip

usually solves these issues.

Have fun!

     Thomas

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Dependency management in Python? Adelbert Chang <adelbertc@gmail.com> - 2013-01-11 14:23 -0800
  Re: Dependency management in Python? Rodrick Brown <rodrick.brown@gmail.com> - 2013-01-11 17:34 -0500
  Re: Dependency management in Python? Ian Foote <ian@feete.org> - 2013-01-11 23:04 +0000
    Re: Dependency management in Python? Adelbert Chang <adelbertc@gmail.com> - 2013-01-11 18:42 -0800
      Re: Dependency management in Python? rh <richard_hubbe11@lavabit.com> - 2013-01-11 21:33 -0800
      Re: Dependency management in Python? Thomas Bach <thbach@students.uni-mainz.de> - 2013-01-12 13:43 +0100
    Re: Dependency management in Python? Adelbert Chang <adelbertc@gmail.com> - 2013-01-11 18:42 -0800
  Re: Dependency management in Python? Dieter Maurer <dieter@handshake.de> - 2013-01-12 08:14 +0100
    Re: Dependency management in Python? alex23 <wuwei23@gmail.com> - 2013-01-11 23:38 -0800

csiph-web