Python Installation
- Abirami
- srivatsa
- Vishwajit Mankar (Unlicensed)
Owned by Abirami
Windows installation
Refer https://www.python.org/downloads/ to install Python 3.10.2.
- Run below in a New Command Prompt Window to install required Python packages
- python -m pip install pika pytz requests apscheduler python-dateutil xmltodict requests_ntlm boto3 pathvalidate
- Set Path and Environment Variables (Change default locations as applicable)
- Run below in a New Command Prompt Window:
- setx -m Path "%Path%;C:\Python310\Scripts\;C:\Python310\;"
- setx -m PythonHome "C:\Python310"
- setx -m PythonPath "C:\Python310\Lib;C:\Python310\DLLs;C:\Python310\Lib\lib-tk"
- setx -m Java_Home "C:\Program Files\jdk-11.
- Run below in a New Command Prompt Window:
Linux Installation
Click here to get the python installation script on RHEL 7.
Click here to get the python installation script on RHEL 8.
Click here to get the python installation script on UBUNTU.
Python Migration
- Refer the below documentation for Python Migration.
Back to Top
©2021 Cognizant, all rights reserved. US Patent 10,410,152