add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,17 +1,17 @@
# virtualenv
> 创建隔离的 Python 虚拟环境。
> 更多信息:<https://virtualenv.pypa.io/>.
> 创建虚拟隔离的 Python 环境。
> 更多信息:<https://virtualenv.pypa.io/>
- 创建环境:
- 创建一个新的环境:
`virtualenv {{path/to/venv}}`
- 自定义提示
- 自定义提示前缀
`virtualenv --prompt={{prompt_prefix}} {{path/to/venv}}`
- 为虚拟环境使用不同的 Python 版本
- 使用不同版本的 Python 创建虚拟环境
`virtualenv --python={{path/to/pythonbin}} {{path/to/venv}}`
@@ -21,4 +21,4 @@
- 停止环境:
`deactivate`
`deactivate`