Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for executable (0.028 sec.)
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 14975
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... "interpreter" myapp This will produce a standalone executable, which can be run on any machine with the appropri ... s as a single file. On Unix, the myapp.pyz file is executable as it stands. You can rename the file to remove th ... command name. On Windows, the myapp.pyz[w] file is executable by virtue of the fact that the Python interpreter ... ensions when installed. 28.4.6.1. Making a Windows executable ¶ On Windows, registration of the .pyz extension i ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
16.14. platform --- 実行中プラットフォームの固有情報を参照する — Python 3.6.5 ... 11013
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クロスプラットフォーム ¶ platform. architecture ( executable=sys.executable , bits='' , linkage='' ) ¶ executab ... ムで利用可能ですが、 file コマンドが利用できず、かつ executable が Pythonインタープリタでない場合には適切なデフォル ... ll be removed in version 3.7. platform. libc_ver ( executable=sys.executable , lib='' , version='' , chunksize=2 ... 048 ) ¶ executableで指定したファイル(省略時はPythonインタープリタ)が ...
https://man.plustar.jp/python/library/platform.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 8981
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 class subprocess. Popen ( args , bufsize=-1 , executable=None , stdin=None , stdout=None , stderr=None , pr ... ォルトの挙動からの追加の違いについては shell および executable 引数を参照してください。特に明記されない限り、 arg ... Python 2 での振る舞いとも一致していませんでした。 executable 引数は、実行する置換プログラムを指定します。これが ... 必要になるのは極めて稀です。 shell=False のときは、 executable は args で指定されている実行プログラムを置換します ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 8981
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... rovided in a file named unattend.xml alongside the executable. This file specifies a list of options and values. ... the same name as the DLL ( python36._pth ) or the executable ( python._pth ) and specify one line for each path ... sed on the DLL name overrides the one based on the executable, which allows paths to be restricted for any progr ... thon Home". Otherwise, the path of the main Python executable is used to locate a "landmark file" (either Lib\os ...
https://man.plustar.jp/python/using/windows.html - [similar]
28. ソフトウェア・パッケージと配布 — Python 3.6.5 ドキュメント 8452
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pplications with zipapp 28.4.6.1. Making a Windows executable 28.4.6.2. Caveats 28.4.7. The Python Zip Applicati ...
https://man.plustar.jp/python/library/distribution.html - [similar]
18.5.6. サブプロセス — Python 3.6.5 ドキュメント 8230
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... xec ( lambda : DateProtocol ( exit_future ), sys . executable , '-c' , code , stdin = None , stderr = None ) tra ... create = asyncio . create_subprocess_exec ( sys . executable , '-c' , code , stdout = asyncio . subprocess . PI ...
https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]
35.8. pty --- 擬似端末ユーティリティ — Python 3.6.5 ドキュメント 8127
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ' ) options = parser . parse_args () shell = sys . executable if options . use_python else os . environ . get ( ...
https://man.plustar.jp/python/library/pty.html - [similar]
2. Unix プラットフォームで Python を使う — Python 3.6.5 ドキュメント 8008
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... use Python scripts on Unix, you need to make them executable, e.g. with $ chmod +x script 適切な shebang 行をス ...
https://man.plustar.jp/python/using/unix.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 7905
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... dir を追加するコンパイラオプションを返します。 set_executables ( **args ) ¶ コンパイルのいろいろなステージで実行 ... ァイル(とその引数)を定義します。コンパイラクラス(の 'executables' 属性)によって実行ファイルのセットは変わる可能性が ... うにします。 失敗すると LinkError が起きます。 link_executable ( objects , output_progname [ , output_dir=None , ... で使うために、 CCompiler クラスで定義されています。 executable_filename ( basename [ , strip_dir=0 , output_dir=' ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7905
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トール先は base_exec_prefix から取得できます。 sys. executable ¶ Python インタプリタの実行ファイルの絶対パスを示す ... 身の実行ファイルの実際のパスを取得できない場合、 sys.executable は空の文字列または None になります。 sys. exit ( [ ...
https://man.plustar.jp/python/library/sys.html - [similar]
PREV 1 2 NEXT