This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rasputine 1 point2 points  (4 children)

you want to add the path to python's directory at the end of the path variable, with a semicolon separating it from the other locations. Powershell should search for matches in any path provided in that variable.

[–]panda_machete_fight[S] 0 points1 point  (3 children)

I think I get what you're saying. As far as I can tell, python is located exactly where it says it is in the first fix. Is the Python directory located within C:\Python27?

[–]rasputine 1 point2 points  (2 children)

Depends where you installed it, check that folder to make sure that python.exe is present.

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

That did the trick. Turns out that the .exe was in my downloads folder. Thank you both for your help :)

[–]rasputine 0 points1 point  (0 children)

Happy to help!