FreeBSD Port: devel/py-pip
Kubilay Kocak
koobs at FreeBSD.org
Mon Mar 9 02:37:23 UTC 2020
On 9/03/2020 9:20 am, Marius van Witzenburg wrote:
>
> I noticed that the user argument as noticed in the description seems to be incorrect.
>
> https://svnweb.freebsd.org/ports/head/devel/py-pip/pkg-message?limit_changes=0&view=markup&pathrev=508835
>
> Installed from pkg repository: py37-pip
>
> # pip --user
>
> Usage:
> pip <command> [options]
>
> no such option: --user
>
>
> The correct argument seems to be: pip --isolated
>
>
> _______________________________________________
> freebsd-python at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-python
> To unsubscribe, send any mail to "freebsd-python-unsubscribe at freebsd.org"
>
From the 20.0 release notes:
Default to doing a user install (as if --user was passed) when the main
site-packages directory is not writeable and user site-packages are
enabled. (#1668)
https://github.com/pypa/pip/issues/1668
I'll take some more time to digest the implications of the change and
update the pkg-message appropriately
Can you create a bug report for this please, with summary:
devel/py-pip: pkg-message (--user warning) should change after 2.0 release
Thanks Marius!
More information about the freebsd-python
mailing list