Thanks to visit codestin.com Credit goes to github.com
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 397d382 commit 0d7bf80Copy full SHA for 0d7bf80
1 file changed
library/sys.po
@@ -538,6 +538,11 @@ msgid ""
538
"library modules are installed in :file:`{exec_prefix}/lib/python{X.Y}/lib-"
539
"dynload`, where *X.Y* is the version number of Python, for example ``3.2``."
540
msgstr ""
541
+"一个字符串,给出特定域的目录前缀,该目录中安装了与平台相关的 Python 文件,默认也是 ``'/usr/local'``。该目录前缀可以在构建时使用"
542
+" :program:`configure` 脚本的 ``--exec-prefix`` 参数进行设置。具体而言,所有配置文件(如 "
543
+":file:`pyconfig.h` 头文件)都安装在目录 :file:`{exec_prefix}/lib/python{X.Y}/config` "
544
+"中,共享库模块安装在 :file:`{exec_prefix}/lib/python{X.Y}/lib-dynload` 中,其中 *X.Y* 是 "
545
+"Python 的版本号,如 ``3.2``。"
546
547
#: ../../library/sys.rst:384
548
msgid ""
0 commit comments