# python3.13-offline **Repository Path**: feiwenvip/python3.13-offline ## Basic Information - **Project Name**: python3.13-offline - **Description**: Python 3.13.15 离线一键安装包 (aarch64 Linux) - 从 Gitee Release 下载并自动安装 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-09-10 - **Last Updated**: 2026-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python 3.13.15 离线一键安装 (aarch64) > 适用于 aarch64 (ARM64) GNU/Linux 环境,从 Gitee 公开仓库自动下载并安装 Python 3.13.15 ## 🚀 一键安装 ```bash curl -fsSL https://gitee.com/feiwenvip/python3.13-offline/raw/master/install.sh | bash ``` 或使用 wget: ```bash wget -qO- https://gitee.com/feiwenvip/python3.13-offline/raw/master/install.sh | bash ``` ## 📋 安装信息 | 项目 | 值 | |------|------| | Python 版本 | 3.13.15 | | 适用架构 | aarch64 (ARM64) | | 安装路径 | /opt/python3.13 | | 符号链接 | /usr/local/bin/python3.13, /usr/local/bin/pip3.13 | | 来源 | python-build-standalone 预编译包 | ## 📦 包含内容 - Python 3.13.15 预编译二进制 (aarch64) - 离线 pip 包: setuptools, wheel, pip, requests, urllib3, certifi 等 ## 🔧 安装后使用 ```bash python3.13 # 启动 Python pip3.13 install <包名> # 安装 Python 包 ```