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 9532dd5 commit f0c178aCopy full SHA for f0c178a
library/venv.po
@@ -335,10 +335,10 @@ msgid ""
335
"Explorer window should run it with the correct interpreter without the "
336
"environment needing to be activated or on the :envvar:`!PATH`."
337
msgstr ""
338
-"為了實現這一點,安裝在虛擬環境中的腳本會有一個 ``#!`` 列,此列指向該環境的 "
+"為了實現這一點,安裝在虛擬環境中的腳本會有一個 \"shebang\" 列,此列指向該環境的 "
339
"Python 直譯器,例如: :samp:`#!/{<path-to-venv>}/bin/python`。這代表無論 :"
340
"envvar:`!PATH` 的值為何,該腳本都會在直譯器上運行在 Windows 上,如果你安裝"
341
-"了 :ref:`launcher`,則支援 ``#!`` 列處理。因此,在 Windows 檔案總管(Windows "
+"了 :ref:`launcher`,則支援 \"shebang\" 列處理。因此,在 Windows 檔案總管(Windows "
342
"Explorer)中雙擊已安裝的腳本,應該可以在沒有啟用環境或將其加入 :envvar:`!"
343
"PATH` 的情況下,正確地運行。"
344
0 commit comments