Skip to main content

In this example, we add the C:\Python27 directory to our system path which contains the python interpreter. Copy the following snippet into a command prompt box, and hit enter.

set path=%path%;C:\python27