cd src
wget https://www.python.org/ftp/python/3.11.3/Python-3.11.3.tar.xz
tar xf Python-3.11.3.tar.xz
cd Python-3.11.3
./configure --prefix=/App/python --disable-test-modules
make -j$(nproc)makeinstallecho'export PATH=/App/python/bin:$PATH'>> /etc/profile
source /etc/profile