教育-安装 kp-abstract
时间:2025-02-12 14:52:59
安装 kp-abstract
tar kp-abstract-dev.tar.gzyum install -y centos-release-sclyum install -y rh-python38 whichscl enable rh-python38 bash
查看python位置
which python{,2,3}
超链接
# ll /opt/rh/rh-python38/root/usr/bin/python*
图1 超链接

查看python版本
python -VPython 3.8.0
进入项目文件夹
cd kp-abstractpip install poetrypoetry installpoetry shellnohup poetry run python -m uvicorn app.main:app --host 0.0.0.0 --port 8918 &
父主题: 实施步骤
support.huaweicloud.com/tcrc-education/tcrc_18.html