Installing Python
- Optional: If wget is not installed, install it first. Otherwise, skip this step.
yum install wget
- Install the RPM package in the flink_jm_8c32g container.
1 2
wget --no-check-certificate https://dl-cdn.openeuler.openatom.cn/openEuler-22.03-LTS-SP4/everything/aarch64/Packages/python3-setuptools-59.4.0-5.oe2203sp4.noarch.rpm rpm -ivh python3-setuptools-59.4.0-5.oe2203sp4.noarch.rpm
Parent topic: Installing the Basic Environment