Am 19.01.2021 um 17:48 schrieb Dennis Lee Bieber:
On Tue, 19 Jan 2021 03:26:50 +0000 (UTC), Mladen Gogala via Python-list
<python-list@python.org> declaimed the following:
Since you're most probably using Winduhs, use regedit and modify your PATH
You don't need to use regedit to modify environment variables.
Right click "This PC" (Win10), Properties, Advance System Settings
(respond to UAC prompt), [Environment Variables]
This presents a window with "user" (the admin account being used after
the UAC authorization) and "system" which are the environment variables
that apply to all users.
To change regular user environment variables, open old-style control
panel, drill down in "User Accounts" until your get to your account, and
there will be an option on the left for editing environment variables.
It's not necessary to have Python in the path - it may perhaps be a
little more comfortable, but not much. The file extensions .py and .pyw
can be associated with python and pythonw, there is the Python Launcher,
and for things like pip you can always change into your Python
directory. But pip works just as well with the Launcher.
--
https://mail.python.org/mailman/listinfo/python-list