-1

I installed Python and I am using it in VS Code, but, when I install libraries in Terminal via pip3, I get an error telling me that pip3 is not a command.

I also checked for my version of Python and I get this other error:

The Error of CMD that show command not found

What should I do to fix this?
My python is 3.8.3 for Amd64 and it is installed in under D:\Python\Python38\python.exe.

β.εηοιτ.βε
  • 33,893
  • 13
  • 69
  • 83
Sir-Sorg
  • 175
  • 1
  • 2
  • 10

2 Answers2

0

Try to add the path to the Environment Variables. Under win10, You can find here: Control Panel\System and Security\System. You will find there the Environment Variables. In there choose the Path and Edit it. Add your python with its path there, and then 'ok' everything.

D6ddy60ddy
  • 21
  • 4
0

as A.H. says I search for how add Paython in path and I found it in https://geek-university.com/python/add-python-to-the-windows-path/ just i need to know what is problem and it is name is python Path in Environment Variables I Add path of the python.exe to my system Environment Variables ( I add this Address as you can see ;D:\Python\Python34 and dont forget to write semicolon character ; before the Address) full method of do it in 1 picture

I recommend to see top site if have problem to do it.

Sir-Sorg
  • 175
  • 1
  • 2
  • 10