On 9/28/20, Dennis Lee Bieber <wlfr...@ix.netcom.com> wrote:
> On Sun, 27 Sep 2020 05:33:14 +0300, "Hylton" <brenn...@bezeqint.net>
> declaimed the following:
>
>> "C:\Users\user\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\
>> distlib\scripts.py", line 386, in _get_launcher
>
>       That path seems to imply that you have a Python installed for single
> user...

No, it implies that the pip package was installed for just the current
user via, for example, `py -m ensurepip --user`. Per-user package
installs in 3.8 go in "%APPDATA%\Python\Python38\site-packages"
(roaming appdata). For a per-user installation of Python 3.8, pip
would be installed in
"%LOCALAPPDATA%\Programs\Python\Python38\site-packages" (local appdata
programs).
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to