where is python path in windows 10 code example
Example 1: find python path windows
>>> import os
>>> import sys
>>> os.path.dirname(sys.executable)
'C:\\Python25'
Example 2: add python to path windows 10
Either manually change it by doing the steps for the answer by skilliboi.
Or you can reinstall python and when you do that, make sure to tick the box that says:
Add python to PATH (or something like that)