We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96660f commit 2485417Copy full SHA for 2485417
python311-centos/build.sh
@@ -5,7 +5,7 @@ mkdir -p /app/output
5
6
# 压缩 Python 安装目录
7
cd /usr/local
8
-tar czf /app/output/python3.11-centos7.tar.gz lib/python3.11 lib/python3.11.* bin/python3.11 bin/pip3.11
+tar czf /app/output/python3.11-centos7.tar.gz lib/python3.11 lib/python3.11* bin/python3.11 bin/pip3.11
9
10
# 输出文件大小信息
11
ls -lh /app/output/python3.11-centos7.tar.gz
0 commit comments