Date: Mon, 9 Mar 2020 13:37:16 +1100 From: Kubilay Kocak <koobs@FreeBSD.org> To: Marius van Witzenburg <marius@kitara.nl>, "python@freebsd.org" <python@FreeBSD.org> Subject: Re: FreeBSD Port: devel/py-pip Message-ID: <87215d16-6853-45ff-5f72-ba1d06c39fdf@FreeBSD.org> In-Reply-To: <757BFD80-BC4B-42C2-A2AE-2720EFE2497C@kitara.nl> References: <757BFD80-BC4B-42C2-A2AE-2720EFE2497C@kitara.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
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-unsubscribe@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!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87215d16-6853-45ff-5f72-ba1d06c39fdf>