Я только что переключился с PyCharm на VSCode, и когда я пытаюсь установить X с помощью pip, я получаю следующее сообщение:
pip : The term 'pip' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a
path was included, verify that the path is correct and try again.
At line:1 char:1
+ pip install discord
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoun
dException
+ FullyQualifiedErrorId : CommandNotFoundException
Я уже обновил PATH, и когда я это сделал, "echo% PATH% msgstr "в командной строке я получаю ту же директорию, что и моя папка PyCharm PATH. Почему VSCode не работает, а PyCharm работает безупречно?
Мой PATH для cmd: "C: \ Users \ USERNAME \ AppData \ Local \ Programs \ Python \ Python37-32 \ Scripts"