@eryk sun: Thank you for useful reply.
But note that I don't propose to touch the python interpeters (python*.exe),
neither to change anything in how distutils work (about entry points).
My proposal is only for the Windows-specific Py launcher. For those who runs
python*.exe thru associations o
On Mon, Nov 7, 2016 at 1:11 AM, ddbug wrote:
>
> In Windows, the user-local directory for scripts is %APPDATA%\Python\Scripts.
> It is not in
> PATH by default and finding it is hard (because Microsoft made it hidden in
> their infinite
> wisdom).
POSIX "~/.local" is hidden as well, by conventi
On 07.11.2016 4:11, ddbug wrote:
Dear experts,
I need to install some scripts for current user (to skip sudo, UAC popups and
whatever).
So I make a sdist and use python -m pip install --user
This should work for either Python 2 or 3.
On Linux, pip installs the scripts into ~/.local/bin
So basically I want to modify py.exe to not only detect the Python version from
a script file, but also help locating the script file.
-- d
--
https://mail.python.org/mailman/listinfo/python-list