Unable to Install Pylint in windows - python?
问题 I am new to python, I installed python on windows in the following directory C:\Program Files\Python36 , I am using vscode as IDE when I trying to run the following command in integrated terminal "C:\Program Files\Python36\python" -m pip install pylint Exception: Traceback (most recent call last): File "c:\program files\python36\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) File "c:\program files\python36\lib\site-packages\pip\commands\install.py",