On 2020 Jul 22, at 14:30, David Mathog <dmat...@gmail.com> wrote:
> Scripts usually end up in a "bin" directory on linux.  Is that part of
> the installation standard or could a package put them in an arbitrary
> path (other than under "site-packages") under the venv's root, for
> instance in a directory named "scripts"?

Pip always puts commands — both those declared with console_scripts entry 
points and those declared as "scripts" — in a bin/ directory (or whatever the 
equivalent is on Windows).  The individual packages get no say in this.

-- John Wodder
--
Distutils-SIG mailing list -- distutils-sig@python.org
To unsubscribe send an email to distutils-sig-le...@python.org
https://mail.python.org/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/archives/list/distutils-sig@python.org/message/GO5YXRXVSZGC5BG2JURVD2NBIUZU54AD/

Reply via email to