Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top1
top1



title
  • 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
"
  • (Change default location as applicable)
        • .
    Expand
    titleWindows installation
    Expand


    Expand
    titleLinux 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.


    Expand
    titlePostgreSQL Python Migration


    Back to Top