[Python-Dev] [python-committers] New workflow change: Welcome to blurb

Larry Hastings larry at hastings.org
Sat Jun 24 12:38:05 EDT 2017


On 06/23/2017 11:25 PM, Serhiy Storchaka wrote:
> I have installed it, but how to use it?
>
> $ python3 -m pip install --user blurb
> Collecting blurb
>    Using cached blurb-1.0-py3-none-any.whl
> Installing collected packages: blurb
> Successfully installed blurb-1.0
> $ python3 -m blurb
> /usr/bin/python3: No module named blurb

It's on your path.  Just run

    % blurb

from inside a CPython repo.

I'm amazed that your first thought was "python -m blurb".


//arry/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20170624/ead0f70a/attachment.html>


More information about the Python-Dev mailing list