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

2020-09-21 Thread Steve Dower


Steve Dower  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-09-17 Thread zamunda


Change by zamunda :


--
nosy: +Marcus.Smith, dstufft, ncoghlan, pradyunsg

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-09-17 Thread zamunda


Change by zamunda :


--
nosy: +paul.moore, steve.dower, tim.golden, zach.ware, zamunda

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-09-17 Thread zamunda


Change by zamunda :


--
nosy: +admin2, eric.smith -zamunda

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-09-17 Thread zamunda


New submission from zamunda :

nstalled VS code, installed Python extension and when it loaded a pop up showed 
"Linter is not available" or something like that. Press Install, choose linter 
or never show again options.
Pressed Install - and it loaded the code to install it. It installed some stuff 
but there are errors about Path or something. See in the screenshot.
I've never had such Warnings before.

When I installed Python (on my system Windows) I put a checkmark on Add to 
Path, so it's not the problem.

Then I moved to Linux hoping it will work better and without warnings. Same 
Warining there too.

I guess there is a problem with python3-pip or something.

--
components: Installation
files: 93283029-5dfbc880-f7d8-11ea-8552-fa5ee1e1d924.png
messages: 377078
nosy: zamunda
priority: normal
severity: normal
status: open
title: Warnings when installing Linter on VS code on Linux and Windows.
type: behavior
versions: Python 3.8
Added file: 
https://bugs.python.org/file49462/93283029-5dfbc880-f7d8-11ea-8552-fa5ee1e1d924.png

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com