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


Groups > comp.lang.python > #36674

Re: Dependency management in Python?

From rh <richard_hubbe11@lavabit.com>
Subject Re: Dependency management in Python?
Date 2013-01-11 21:33 -0800
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.429.1357968729.2939.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, 11 Jan 2013 18:42:18 -0800 (PST)
Adelbert Chang <adelbertc@gmail.com> wrote:

> Perfect, PIP and virtualenv look great.

Install virtualenv first. If you're running python 3.3 virtual env is
standard.

> 
> Another question - how do we then get PIP to the latest version? Or
> is it relatively easy to uninstall/reinstall PIP?

You can install pip to the virtualenv and update that pip or
create a new virtualenv and install a new pip.

Lots of possibilities, depends on your workflow.

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