On 06/24/2017 10:30 AM, Terry Reedy wrote:
Solution: name the file blurb.py and put it in site-packages. This is
standard and what is done by all other pip-installs that I have run.
Put a copy in /Scripts if you want, but that is really optional and
only sometimes effective.
Brett redid th
On 6/24/2017 12:45 PM, Larry Hastings wrote:
On 06/24/2017 09:40 AM, Terry Reedy wrote:
On 6/23/2017 11:24 PM, Larry Hastings wrote:
> You can install blurb from pip:
>
> % pip3.6 install blurb
This does not seem to work right. On Windows:
C:\Users\Terry>py -3 -m pip install blurb
Collec
On 06/24/2017 09:40 AM, Terry Reedy wrote:
On 6/23/2017 11:24 PM, Larry Hastings wrote:
> You can install blurb from pip:
>
> % pip3.6 install blurb
This does not seem to work right. On Windows:
C:\Users\Terry>py -3 -m pip install blurb
Collecting blurb
Downloading blurb-1.0-py3-none-an
On 6/23/2017 11:24 PM, Larry Hastings wrote:
> You can install blurb from pip:
>
> % pip3.6 install blurb
This does not seem to work right. On Windows:
C:\Users\Terry>py -3 -m pip install blurb
Collecting blurb
Downloading blurb-1.0-py3-none-any.whl
Installing collected packages: blurb
S
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
2017-06-24 6:24 GMT+03:00 Larry Hastings :
> One minor but ongoing problem we've had in CPython core development has been
> the mess of updating Misc/NEWS. Day-to-day developers may have a conflict
> if they lose a push race, which means a little editing. You'll have a
> similar, if slightly wors
On 24 June 2017 at 13:24, Larry Hastings wrote:
>
>
> One minor but ongoing problem we've had in CPython core development has been
> the mess of updating Misc/NEWS. Day-to-day developers may have a conflict
> if they lose a push race, which means a little editing. You'll have a
> similar, if sli
One minor but ongoing problem we've had in CPython core development has
been the mess of updating Misc/NEWS. Day-to-day developers may have a
conflict if they lose a push race, which means a little editing. You'll
have a similar, if slightly worse, problem when cherry-picking a fix
between