Re: [bikeshed] Bikeshed is now on Python 3; update instructions enclosed

On Thu, Mar 19, 2020 at 8:54 PM Fuqiao Xue <xfq@w3.org> wrote:
> By the way, if I install Bikeshed using `pip3 install --user bikeshed`, running `bikeshed spec` emits the following warning:
>
>    fatal: not a git repository (or any of the parent directories): .git
>    WARNING: Couldn't discover the current Bikeshed version. Please report this error:
>    Command 'git rev-parse HEAD' returned non-zero exit status 128.
>
> If I install Bikshed by running `pip3 install -e .` in the Git repo, running bikeshed won’t emit such warning.

Ah, thanks for that, I'll fix shortly.

(I didn't run into this myself because I'm using pyenv, installed from
a git repo as well, so that codepath is successfully detecting that
it's being run inside *a* git repo, just not the one I was
intending...)

~TJ

Received on Friday, 20 March 2020 14:53:31 UTC