1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 20:55:24 +02:00

virtualenv: update more information links (#16604)

This commit is contained in:
Nelson Figueroa 2025-05-26 05:37:21 -07:00 committed by GitHub
parent 0034147d7c
commit ef745cdd15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# virtualenv
> 가상 격리된 Python 환경 생성.
> 더 많은 정보: <https://virtualenv.pypa.io/>.
> 더 많은 정보: <https://virtualenv.pypa.io/en/latest/cli_interface.html>.
- 새 환경 생성:

View file

@ -1,7 +1,7 @@
# virtualenv
> 创建被隔离的的 Python 虚拟环境。
> 更多信息:<https://virtualenv.pypa.io/>.
> 更多信息:<https://virtualenv.pypa.io/en/latest/cli_interface.html>.
- 创建新环境: