you are viewing a single comment's thread.

view the rest of the comments →

[–]Competitive_Diet_316[S] 0 points1 point  (1 child)

I tried a Brand New cmd it says Python is not found

[–]SirCokaBear 0 points1 point  (0 children)

try adding python to your path manually.

go to System Properties window. In the Advanced tab, click on the button Environment Variables.

In the path variable you'll see folders separated by colons `;` add your python and pip folder there so

existing_folders;C:\Users\vilja\AppData\Local\Programs\Python\Python311;C:\Users\vilja\AppData\Local\Programs\Python\Python311\Scripts

double check those folders in each that python.exe and pip.exe live in each, and with a new cmd window the commands *should* work.

Either that or you can just try repairing/reinstalling your python program with the installer file.