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


Groups > comp.lang.python > #13277

Re: Replace pip installed package with latest git version?

References <CAO+9iGeBHrshizbyava7fqC6QQCYeuJ4f-1Qjf1zXZ_43sgT4g@mail.gmail.com>
From Micky Hulse <mickyhulse.lists@gmail.com>
Date 2011-09-14 09:58 -0700
Subject Re: Replace pip installed package with latest git version?
Newsgroups comp.lang.python
Message-ID <mailman.1122.1316019577.27778.python-list@python.org> (permalink)

Show all headers | View raw


Hello,

On Wed, Sep 14, 2011 at 1:44 AM, Alec Taylor <alec.taylor6@gmail.com> wrote:
> I've installed a version of python-creole from pip. How do I upgrade
> it to the latest git version?

Not sure if you got an answer yet, but this is how I would do it:

sudo pip install --upgrade
git+git://github.com/jedie/python-creole.git#egg=python-creole

The "sudo" may or may not be required.

<http://www.pip-installer.org/en/latest/index.html>

Hths.

Cheers,
Micky

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


Thread

Re: Replace pip installed package with latest git version? Micky Hulse <mickyhulse.lists@gmail.com> - 2011-09-14 09:58 -0700

csiph-web