Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


 Windows installation


 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)
 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.

 PostgreSQL Migration

Back to Top

  • No labels