Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 30 for install (0.027 sec.)
Python モジュールのインストール (旧版) — Python 3.6.5 ドキュメント 13906
ナビゲーション 索引 モジュール | 前へ | Python » 3.6.5 ドキュメント » Python モジュールのインスト ... ンストーラをダウンロードして、例えば RPM なら rpm --install などの方法でインストーラを実行します。Python や se ... だ、という説明が書かれているはずです python setup.py install Windows ではこのコマンドは、コマンドプロンプトのウ ... リ )、このように実行するのに違いありません setup.py install 上記の全てが当てはまるなら、ダウンロードしたものを ... からの単純な以下コマンドで行います: python setup.py install プラットフォームによる違い ¶ setup コマンドは常に配 ...
https://man.plustar.jp/python/install/index.html - [similar]
Python モジュールのインストール — Python 3.6.5 ドキュメント 11421
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ated Python environment that allows packages to be installed for use by a particular application, rather than ... being installed system wide. venv は仮想環境をつくるための標準ツ ... ovide venv at all, or aren't able to automatically install pip into created environments. The Python Packagin ... aging Index からインストールします。 python -m pip install SomePackage 注釈 POSIX ユーザ(Max OS X と Linux ユ ...
https://man.plustar.jp/python/installing/index.html - [similar]
9. コマンドリファレンス — Python 3.6.5 ドキュメント 11356
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ドリファレンス ¶ 9.1. モジュールをインストールする: install コマンド群 ¶ install コマンドは最初にビルドコマンド ... を実行しておいてから、サブコマンド install_lib を実行します。 install_data and install_script ... s . 9.1.1. install_data ¶ このコマンドは配布物中に提供されている全ての ... データファイルをインストールします。 9.1.2. install_scripts ¶ このコマンドは配布物中の全ての (Python) ...
https://man.plustar.jp/python/distutils/commandref.html - [similar]
12. 仮想環境とパッケージ — Python 3.6.5 ドキュメント 10023
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ' ] >>> 12.3. pip を使ったパッケージ管理 ¶ You can install, upgrade, and remove packages using a program call ... ed pip . By default pip will install packages from the Python Package Index, < https:// ... my related tools for Python. ... pip は "search", "install", "uninstall", "freeze" など、いくつかのサブコマン ... ンストールすることができます: ( tutorial-env ) $ pip install novas Collecting novas Downloading novas-3.1.1.3.t ...
https://man.plustar.jp/python/tutorial/venv.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 9698
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... on has been upgraded in-place. --without-pip Skips installing or upgrading pip in the virtual environment (pi ... するためのユーティリティーメソッドを提供しています。 install_scripts ( context , path ) ¶ path は "common", "po ... EnvBuilder ( venv . EnvBuilder ): """ This builder installs setuptools and pip so that you can pip or easy_in ... :param nodist: If True, setuptools and pip are not installed into the created virtual environment. :param nop ...
https://man.plustar.jp/python/library/venv.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 9195
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ython bytecode. distutils Support for building and installing Python modules into an existing Python installa ... ls command. distutils.command.bdist Build a binary installer for a package distutils.command.bdist_dumb Build ... a "dumb" installer - a simple archive of files distutils.command.bd ... PM distutils.command.bdist_wininst Build a Windows installer distutils.command.build Build all files of a pac ...
https://man.plustar.jp/python/py-modindex.html - [similar]
Python モジュールの配布 (レガシーバージョン) — Python 3.6.5 ドキュメント 8642
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ンドリファレンス 9.1. モジュールをインストールする: install コマンド群 9.2. ソース配布物を生成する: sdist コマ ... 築 10.29. distutils.command.bdist_msi --- Microsoft Installer バイナリパッケージをビルドする 10.30. distutils. ... nfig --- パッケージの設定 10.40. distutils.command.install --- パッケージのインストール 10.41. distutils.comm ... and.install_data --- パッケージ中のデータファイルをインストール ...
https://man.plustar.jp/python/distutils/index.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 8155
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... コマンドの"ファミリー"を定式化したものです。たとえば install はサブコマンド install_lib install_headers などの親 ... ふさわしいかどうか判断するものを指定します。 (例えば install_headers はインストールするべき Cヘッダファイルがあ ... て先に定義されている必要があるためです。標準的な例は install コマンドです。 10.25. distutils.command --- Distut ... ¶ 10.29. distutils.command.bdist_msi --- Microsoft Installer バイナリパッケージをビルドする ¶ class distutils ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
2. Unix プラットフォームで Python を使う — Python 3.6.5 ドキュメント 8155
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... パッケージを追加するには次のようにしてください: pkg install python3 OpenBSD users, to add the package use: pkg ... ビルドは通常次の手順で行います ./configure make make install Configure のオプションや特定の Unix プラットフォー ... ある README.rst に細かく記載されています。 警告 make install は python3 バイナリを上書きまたはリンクを破壊してし ... まうかもしれません。そのため、 make install の代わりに exec_prefix /bin/python version のみイン ...
https://man.plustar.jp/python/using/unix.html - [similar]
23.1. gettext --- 多言語対応に関する国際化サービス — Python 3.6.5 ドキュメント 8090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r ではなく IOError が送出されていました。 gettext. install ( domain , localedir=None , codeset=None , names=N ... す。 names パラメータについては、翻訳オブジェクトの install() メソッドの説明を参照ください。 以下に示すように、 ... 訳メッセージで使われるエンコーディングを変更します。 install ( names=None ) ¶ このメソッドは gettext() を組み込 ... ファイルに追加するだけです: import gettext gettext . install ( 'myapplication' ) ロケールの辞書を設定する必要が ...
https://man.plustar.jp/python/library/gettext.html - [similar]
PREV 1 2 3 NEXT