add new chinese translations
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
# uv python
|
||||
|
||||
> 管理 Python 版本和安装。
|
||||
> 更多信息:<https://docs.astral.sh/uv/reference/cli/#uv-python>.
|
||||
> 更多信息:<https://docs.astral.sh/uv/reference/cli/#uv-python>。
|
||||
|
||||
- 列出所有可用的 Python 安装:
|
||||
|
||||
`uv python list`
|
||||
|
||||
- 安装某个版本的 Python:
|
||||
- 安装一个 Python 版本:
|
||||
|
||||
`uv python install {{版本}}`
|
||||
`uv python install {{version}}`
|
||||
|
||||
- 卸载某个版本的 Python:
|
||||
- 卸载一个 Python 版本:
|
||||
|
||||
`uv python uninstall {{版本}}`
|
||||
`uv python uninstall {{version}}`
|
||||
|
||||
- 搜索某个版本的 Python 安装:
|
||||
- 搜索一个 Python 安装:
|
||||
|
||||
`uv python find {{版本}}`
|
||||
`uv python find {{version}}`
|
||||
|
||||
- 锁定当前项目使用特定版本的 Python:
|
||||
- 将当前项目固定为使用特定的 Python 版本:
|
||||
|
||||
`uv python pin {{版本}}`
|
||||
`uv python pin {{version}}`
|
||||
|
||||
- 显示 `uv` Python 安装目录:
|
||||
|
||||
`uv python dir`
|
||||
`uv python dir`
|
Reference in New Issue
Block a user