1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

pyenv: update Chinese translation (#8547)

This commit is contained in:
Jason Lam 2022-10-01 03:34:16 +08:00 committed by GitHub
parent d654d44031
commit 9cc2261b28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,10 @@
`pyenv versions`
- 列出所有可以从上游安装的 Python 版本:
`pyenv install --list`
- 在 `${PYENV_ROOT}/versions` 目录下安装一个 Python 版本:
`pyenv install {{2.7.10}}`