小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Weblio例文辞書 > python unixの意味・解説 

python unixとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

Weblio例文辞書での「python unix」に類似した例文

python unix

例文

a pumpkin pie

例文

a tiepin

4

アントキノイノチ

8

リップペンシル

例文

a lip pencil

9

ヤバネツパイ

例文

pentails

例文

a clove of garlic

13

ニシオオスズキ

例文

wreckfish

14

アニスヒソップ

例文

1 lb.

例文

a pigeonry

例文

a squab pigeon

例文

a hen-pheasant

例文

a duckling

例文

a cock-pheasant

例文

a hen-sparrow

例文

a hen pheasant

例文

a cock-sparrow

例文

a birdman

例文

a birdman

例文

a turkey-hen

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「python unix」の部分一致の例文検索結果

該当件数 : 27



例文

A Python interface to Unix shell pipelines.発音を聞く 例文帳に追加

Python による Unix シェルパイプラインへのインタフェース。 - Python

The value is one of 'static' for a statically linked Python, 'framework' for Python in a Mac OS X framework,'shared' for Python in a standard unix shared library and'cfm' for the Mac OS 9-compatible Python.例文帳に追加

値は静的リンクした Python は 'static'、Mac OS X framework で構築した Python は 'framework'、標準の unix 共有ライブラリ(shared library)で構築された Python は 'shared'、Mac OS 9 互換 Python では 'cfm' となります。 - Python

Note:Beginning in 2.3 some Unix versions of Python may have a bsddb185module.発音を聞く 例文帳に追加

注意:2.3以降のUnix版Pythonには、bsddb185モジュールが存在する場合があります。 - Python

Another Unix example: suppose your Python installation was built and installed with a prefix of /usr/local/python, so under a standard installation scripts will wind up in /usr/local/python/bin.例文帳に追加

Unix 環境での例をもう一つ紹介します: インストール済みの Python が、/usr/local/python を prefix にしてビルドされ、インストールされていて、標準のインストールスクリプトは /usr/local/python/binに入るようになっているとします。 - Python

If you build Python yourself on Linux (or any Unix-like system), the default prefix and exec-prefix are /usr/local.例文帳に追加

Linux (または Unixライクなシステム) 上で自分で Python をビルドした場合、デフォルトの prefix およびexec-prefix は /usr/local になります。 - Python

For the tail part, it uses the empty string (on Macintosh or Windows) or it uses first lib/python2.4/site-packages and thenlib/site-python (on Unix).例文帳に追加

後部には、(MacintoshやWindowsでは)空文字列を使用し、(Unixでは)最初にlib/python2.4/site-packagesを使ってからlib/site-pythonを使います。 - Python

例文

You can find out what your Python installation uses for prefix and exec-prefix by running Python in interactive mode and typing a few simple commands.Under Unix, just type python at the shell prompt.例文帳に追加

自分の Python がどんな prefix やexec-prefix を使っているかは、Python を対話モードで起動して、単純なコマンドをいくつか入力すればわかります。 - Python

>>例文の一覧を見る

調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「python unix」の部分一致の例文検索結果

該当件数 : 27



例文

module by completing valid Python identifiers and keywords.This module is Unix-specific due to its dependence on the例文帳に追加

モジュール向けの補完関数を定義しています。 - Python

Using Python on a Mac OS 9 Macintosh発音を聞く 例文帳に追加

1. Mac OS 9でPythonを利用する Macintosh 上での Python の使い方は、特にMac OS 9上においては Unixライクなシステムや Windows システム上で使うのと全く異なっています(MacPython-OSXには完全な Unix Python が入っているので、 Unixライクなシステムとほぼ同じ知識を利用できます) 。 - Python

Using Python on a Macintosh, especially on Mac OS 9 (MacPython-OSXincludes a complete Unix Python) can seem like something completely different than using it on a Unix-like or Windows system.例文帳に追加

ほとんどの Python 文書や、「公式の」文書、刊行されている書籍では、Unixライクなシステムや Windows システム上でどう Python を使うかについて述べているにすぎず、 MacPython-OS9 を初めて利用する人を混乱させる原因になっています。 - Python

Starting in Python 1.4, Python provides, on Unix, a special makefile for building make files for building dynamically-linkedextensions and custom interpreters.発音を聞く 例文帳に追加

Python 1.4 になってから、動的にリンクされるような拡張モジュールをビルドするためのメイクファイルを作成するような、特殊なメイクファイルをUnix 向けに提供するようになりました。 - Python

While the configure script shipped with the Python sources will correctly build Python to export the symbols needed by dynamically linked extensions, this is not automatically inherited by applications which embed the Python library statically, at least on Unix.例文帳に追加

Python ソースと一緒についてくるconfigure スクリプトは動的にリンクされる拡張モジュールが必要とするシンボルを公開するようただしく Python をビルドしますが、この機能はPython ライブラリを静的に埋め込むようなアプリケーションには継承されません。 少なくとも Unix ではそうです。 - Python

For example, the Numerical Python header files are installed (on a standard Unix installation) to /usr/local/include/python1.5/Numerical.(The exact location will differ according to your platform and Pythoninstallation.)例文帳に追加

例えば、 Numerical Python のヘッダファイルは、 (標準的な Unix がインストールされた環境では) /usr/local/include/python1.5/Numerical にインストールされます。 (実際の場所は、プラットフォームやどの Python をインストールしたかで異なります。 - Python

It inserts the information that varies across Unix flavors and is stored inPython's Makefile.例文帳に追加

この関数は様々な Unix の変種ごとに異なる情報や、Python のMakefile に書かれた情報をインスタンスに挿入します。 - Python

例文

Strictly speaking, the system-wide configuration file lives in the directory where the Distutils are installed; under Python 1.6and later on Unix, this is as shown.例文帳に追加

厳密に言えば、システム全体向けの設定ファイルは、 Distutilsがインストールされているディレクトリになります; Unixの Python 1.6 以降では、表の通りの場所になります。 - Python

>>例文の一覧を見る

python unixのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS