Re: [bikeshed] Bikeshed is now on Python 3; update instructions enclosed
"Tab Atkins Jr." <[email protected]> Fri, 20 Mar 2020 07:53:00 -0700
| Newsgroups | gmane.org.w3c.specifications |
|---|---|
| Message-ID | <CAAWBYDDRvKJ0s_Co0qZrmxKY_Yvjag9mD99u3MNwSnWAKDiF=g@mail.gmail.com> |
On Thu, Mar 19, 2020 at 8:54 PM Fuqiao Xue <[email protected]> wrote: > By the way, if I install Bikeshed using `pip3 install --user bikeshed`, r= unning `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, runn= ing bikeshed won=E2=80=99t 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