Python setup

The Automated Setup & Reporting tools require Python. To verify that Python is configured correctly on your computer and registered with your environment variables, complete the following steps:

Python registered with your environment variables

  1. Open a command prompt.
  2. Type python in the prompt and press enter.
  3. If Python is registered in your environment variables, you should see a response similar to the image below:
    Example Python prompt. Python 2.7.5 is installed and registered.
  4. If you received a message that Python is not recognized as an internal or external command, you will need to add the path to Python to your Environmental Variables.
Top