Skip to content

关于 Python 的使用

1. 安装 Python

2. 使用 Python

3. Python 虚拟环境

bash
python3 -m venv .venv
source .venv/bin/activate