[issue41807] Warnings when installing Linter on VS code on Linux and Windows.

Steve Dower report at bugs.python.org
Mon Sep 21 12:26:25 EDT 2020


Steve Dower <steve.dower at python.org> added the comment:

This warning is coming from pip, and it's because it has detected that your system configuration doesn't match what many Python developers assume. Specifically, that you've configured PATH to include both Python and any package scripts you happen to install.

We don't recommend adding these to PATH on Windows for your default install, so it's safe to ignore these warnings (provided you use a tool like VS Code or "python -m ..." to launch the scripts).

However, if you need these for a particular environment, when you create a virtual environment and activate it, your current session settings will be updated to put them on PATH and you should not see this error.

If you need further help, please visit the pip repository at https://github.com/PyPA/pip

----------
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41807>
_______________________________________


More information about the Python-bugs-list mailing list