This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients Marcus.Smith, admin2, dstufft, eric.smith, ncoghlan, paul.moore, pradyunsg, steve.dower, tim.golden, zach.ware, zamunda
Date 2020-09-21.16:26:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600705585.27.0.338549356725.issue41807@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-09-21 16:26:25steve.dowersetrecipients: + steve.dower, paul.moore, ncoghlan, eric.smith, tim.golden, zach.ware, dstufft, pradyunsg, Marcus.Smith, admin2, zamunda
2020-09-21 16:26:25steve.dowersetmessageid: <1600705585.27.0.338549356725.issue41807@roundup.psfhosted.org>
2020-09-21 16:26:25steve.dowerlinkissue41807 messages
2020-09-21 16:26:25steve.dowercreate