draschke / rhel-create-xsa-python-runtime.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create XSA Python Runtime

This code was inspired by the examples provided in the Python repository of the SAP HANA Academy on GitHub. You can find more examples and resources at https://github.com/saphanaacademy/python

Documentation

This script is based on the following documentation for HANA SPS05 on RHEL: Building from Sources and Deploying the Python Run Time to XS Advanced

At first put the Python tarball in your mount directory

python_tarball_mnt_directory="/mnt/your_mount_directory"

Usage

Run this script to create a new XSA Python runtime:

root
$ ./create-xsa-python-runtime.sh 3.10.1 HPP

About


Languages

Language:Shell 100.0%