SyntaxFix
Write A Post
Hire A Developer
Questions
For Windows 10 (follow up on @slckin answer), this can be set through the command line with:
setx PYTHONHOME "C:\Python27" setx PYTHONPATH "C:\Python27\Lib" setx PATH "%PYTHONHOME%;%PATH%"