Re: [heycam/webidl] Contributing to webidl just got a lot harder (#171)

> Would love some more detail on what parts of the install instructions didn't work for you 

1. The instructions say to run `sudo pip install`.  There is no thing named `pip` on my machine.  Given the rest of the instructions, I assumed I should `sudo pip-2.7 install`.
2.  Running `sudo pip-2.7 install --editable /path/to/bikeshed` runs and ends with "Successfully installed Bikeshed-0.0.0".  But there is nothing named "bikeshed" anywhere in my $PATH as far as I can tell, so running `bikeshed update`, or indeed `bikeshed` to generate the spec HTML doesn't work.

Where is the "bikeshed" thing that should be in my $PATH expected to live?

> ...what?

That part was my fault for not having run `port select`, looks like.  After I run that, the right version of python ends up in my PATH at least.  Note that I'm pretty sure I didn't have it set up that way because other things broke with that...  We'll see if I run into them again.

> bz, what's yours? (pip show pygments to find out).

2.1.3 according according to `pip-2.7 show pygments`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/171#issuecomment-245996762

Received on Friday, 9 September 2016 18:22:29 UTC