Versions Compared

Key

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

Anchor
top1
top1



Expand
titleWindows installation


Expand
titleSet 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
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 Migration


Back to Top