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


Groups > comp.lang.python > #13275 > unrolled thread

Re: Replace pip installed package with latest git version?

Started byAlec Taylor <alec.taylor6@gmail.com>
First post2011-09-15 00:26 +1000
Last post2011-09-15 00:26 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Replace pip installed package with latest git version? Alec Taylor <alec.taylor6@gmail.com> - 2011-09-15 00:26 +1000

#13275 — Re: Replace pip installed package with latest git version?

FromAlec Taylor <alec.taylor6@gmail.com>
Date2011-09-15 00:26 +1000
SubjectRe: Replace pip installed package with latest git version?
Message-ID<mailman.1118.1316010410.27778.python-list@python.org>
--editable=git+https://github.com/jedie/python-creole.git is not the right forma
t; it must have #egg=Package

On Wed, Sep 14, 2011 at 10:54 PM, One Murithi <o0murithi@gmail.com> wrote:
> pip install -e <PATH_GIT_CHECKOUT>
> On Wed, Sep 14, 2011 at 11:44 AM, Alec Taylor <alec.taylor6@gmail.com>
> wrote:
>>
>> Good evening,
>>
>> I've installed a version of python-creole from pip. How do I upgrade
>> it to the latest git version?
>>
>> (Windows 7 x64 SP1)
>>
>> Thanks for all suggestions,
>>
>> Alec Taylor
>> --
>> http://mail.python.org/mailman/listinfo/python-list
>
>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web