so whenever i pip install {something} in the vs code terminal it does it succesfully and pip show {something} shows it but when i ty to use it it doesnt work. For example: when i did pip instll pytest it worked but when i did pytest {code} it did:
pytest : The term 'pytest' 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
- pytest python.py
-
+ CategoryInfo : ObjectNotFound: (pytest:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
pls help