Designate Python Version

Mech-Center requires Python 3.6.5 to function. If you have multiple versions of Python installed, Mech-Center may not be able to call the correct version and thus may not function properly.

If not needed, please uninstall the other versions of Python.

Note

Using the corresponding Python executable installer of each version to uninstall ensures that all related files are removed.

If you must keep the other versions of Python, please follow the steps below to make sure Mech-Center can call the correct version.

  1. Right-click on My PC and select Properties.

  2. Click on Advanced system settings, which may be on the left or right of the pop-up window, depending on the edition of Windows you are using.

  3. Click on Environment Variables.

    ../../../_images/python_1.png
  4. Click on Path, and then click on Edit.

    ../../../_images/python_2.png
  5. Select the path that ends with \Python36\, and click on Move Up until this path is at the top of the list.

    ../../../_images/python_3.png
  6. Similarly, move the path that ends with \Python36\Scripts\ to the top of the list. Then, click OK to save the changes.

    ../../../_images/python_4.png