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@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@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!
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"