I have configured my the python,pip path in environment variables. It works in an external terminal very well. But doesn't work in Visual Studio Code's integrated terminal. How can I fix it?
Error message:
I have configured my the python,pip path in environment variables. It works in an external terminal very well. But doesn't work in Visual Studio Code's integrated terminal. How can I fix it?
Error message:
I face this same issue then What I do is I open the cmd where pip is working then I go to the exact path where python folder is in my system
C :\Program Files\Python310
then I entered pip command-
**pip install discord**
and the error resolved automatically in VsCode..
You can go with another method if doesn't suit your style this work for me atleast.