VSCode: There is no Pip installer available in the selected environment

前端 未结 14 2160
耶瑟儿~
耶瑟儿~ 2021-01-29 23:19

I\'m trying to run the autopep8 linter on a Python file in VSCode.

I\'ve followed the instructions here: https://code.visualstudio.com/docs/python/environments and selec

14条回答
  •  青春惊慌失措
    2021-01-29 23:50

    For Windows system check the environment variable>System variables check the Path variable for the python path.(if not found set the path variable for python)

    Copy the path and paste under vscode>file>preferences>settings>python.pythonPath

    It worked for me.

提交回复
热议问题