Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13279
| References | <CAO+9iGeBHrshizbyava7fqC6QQCYeuJ4f-1Qjf1zXZ_43sgT4g@mail.gmail.com> <CALri7Mn9Z2EnFF+PFP337hQ19+xkYDsmH5TZGqwc9=QV_M=m7g@mail.gmail.com> <CALri7MkCYnszsYi2ww+0Ar7U6KD4ZtfRHC+=71ZhzVvDUA0tgQ@mail.gmail.com> |
|---|---|
| Date | 2011-09-15 03:11 +1000 |
| Subject | Re: Replace pip installed package with latest git version? |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1124.1316020303.27778.python-list@python.org> (permalink) |
Thanks, uninstalling first worked. :D On Thu, Sep 15, 2011 at 3:06 AM, Micky Hulse <mickyhulse.lists@gmail.com> wrote: > On Wed, Sep 14, 2011 at 9:58 AM, Micky Hulse <mickyhulse.lists@gmail.com> wrote: >> 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 > > Having read your message more closely, it sounds like you did not > install the package originally form github? If that's the case, I > don't think using --upgrade will be of any help. Sorry 'bout that. > > I suppose you would have to uninstall the original PIP version: > > sudo pip uninstall egg-name.egg (or just the package name) > > ... and then: > > sudo pip install -e > git+git://github.com/jedie/python-creole.git#egg=python-creole > > Although, I am not sure if that is the best way to do it. > > Crawling back into my hole now. :) > > Micky > -- > http://mail.python.org/mailman/listinfo/python-list >
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Replace pip installed package with latest git version? Alec Taylor <alec.taylor6@gmail.com> - 2011-09-15 03:11 +1000
csiph-web