File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 89.91%" , "updated_at" : " 2024-01-21T15:08:58Z " }
1
+ {"translation" : " 89.91%" , "updated_at" : " 2024-01-22T01:35:23Z " }
<
8000
/div>
Original file line number Diff line number Diff line change @@ -635,6 +635,12 @@ msgid ""
635
635
"time. The value is available to Python code as ``sys.exec_prefix``. It is "
636
636
"only useful on Unix."
637
637
msgstr ""
638
+ "返回针对已安装的 *依赖于* 平台文件的 *exec-prefix*。 这是通过基于使用 :c:func:`Py_SetProgramName` "
639
+ "设置的程序名称和某些环境变量所派生的一系列复杂规则获得的;举例来说,如果程序名称为 ``'/usr/local/bin/python'``,则 "
640
+ "exec-prefix 为 ``'/usr/local'``。 返回的字符串将指向静态存储;调用方不应修改其值。 这对应于最高层级 "
641
+ ":file:`Makefile` 中的 :makevar:`exec_prefix` 变量以及在编译时传给 :program:`configure` "
642
+ "脚本的 ``--exec-prefix`` 参数。 该值将以 ``sys.exec_prefix`` 的名称供 Python 代码使用。 它仅适用于 "
643
+ "Unix。"
638
644
639
645
#: ../../c-api/init.rst:404
640
646
msgid ""
You can’t perform that action at this time.
0 commit comments