Skip to content

finish 6 lines #454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions library/venv.po
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ msgid ""
"packages in the base environment, so only those explicitly installed in the "
"virtual environment are available."
msgstr ""
":mod:`!venv` 模組支援建立輕量級的「虛擬環境」,每個環境擁有獨立的 Python 套"
"件組合,安裝在各自的 :mod:`site` 路徑底下。一個虛擬環境是以某個已安裝好的 "
"Python 版本當作虛擬環境的「基底」Python,而且可以選擇是否和基底環境的套件隔"
"離,如此一來,只有明確安裝在虛擬環境中的套件才能使用"

#: ../../library/venv.rst:29
msgid ""
Expand Down