Installation Procedure
- Download the file python-3.12.6-amd64.exe and python_prereq.zip from the Path mentioned in the source field of Python Details.
- For installation, double click on python-3.12.6-amd64.exe file.
- Select all checkboxes and click on customize installation.
Figure 1. Python Installation
- Leave everything as it is and click Next.
Figure 2. Python Installation (Cont.)
Note:The system environment variable PYTHON_HOME needs to be set with the path mentioned while installing python in field “Customize install location”, For e.g.: C:\Python312
- Select all checkboxes except last two and change the path to desired directory for e.g.: -
C:\Python312 and click on Install.
Figure 3. Python Installation (Cont.)
- Now the installation will be in progress as below:
Figure 4. Python Installation (Cont.)
Note:The system environment variable PYTHON_HOME needs to be set with the path mentioned while installing python in field “Customize install location”, For e.g.: C:\Python310 . - Go to Control Panel System and Security System Advanced System Settings.
- Click Environment Variables. A new dialog box appears.
- Select Path in the System Variables and add the respective path.
- Add below paths to system variable Path
- C:\Python312
- C:\Python312\Scripts
Figure 5. Python Installation (Cont.)
Note:Please ensure the path added to PYTHON_PATH and Path variable don’t have ‘\’ appended at the end.
- To evaluate the successful installation of Python, perform
the following steps:
- Open the Command Prompt as Administrator, type
python and press Enter.
Figure 6. Python Shell
- If Python installation is successful, the Python Version will be displayed. If Python
installation was not successful, then the below screen is displayed.
Figure 7. Command window- Unsuccessful installation of Python Note:Make sure to install the new python prerequisites like nltk_data, Apache24, OpenSSL, Java, Solr, MongoDB etc. from the pre-requisites folder as these have been upgraded before starting the iAutomate services.
- Open the Command Prompt as Administrator, type
python and press Enter.