We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fb711 commit 3732dc1Copy full SHA for 3732dc1
library/venv.po
@@ -336,7 +336,7 @@ msgid ""
336
"window should run it with the correct interpreter without the environment "
337
"needing to be activated or on the :envvar:`PATH`."
338
msgstr ""
339
-"為了實現這一點,安裝在虛擬環境中的腳本會有一個 ``#!`` 行,該行指向該環境的 Python 直譯器,例如: :samp:`#!/{<path-to-venv>}/bin/python`。"
+"為了實現這一點,安裝在虛擬環境中的腳本會有一個 ``#!`` 列,此列指向該環境的 Python 直譯器,例如: :samp:`#!/{<path-to-venv>}/bin/python`。"
340
"這代表無論 :envvar:`!PATH` 的值為何,該腳本都會在直譯器上運行"
341
"在 Windows 上,如果你安裝了 :ref:`launcher`,則支援 ``#!`` 行處理。"
342
"因此,在 Windows 資源管理器窗口中雙擊已安裝的腳本,應該可以在不需要啟用環境或將其加入 :envvar:`!PATH` 的情況下,正確地運行。"
0 commit comments