*[[Python:https://www.python.org/]] [#ff8ca087]

Python は汎用スクリプト言語です.

''注意'':この Wiki 内項目では,TeX と関連づけた Python の利用のみ扱います.
一般的な Python の情報については外部サイトを参照してください.

TeX 関連プログラムには Python で書かれたスクリプトがあります([[PythonTeX]] など).
これらのスクリプトを実行するには Python の処理系が必要です.

----
#contents
----


**インストール (Windows) [#y6c76d8e]

***Windows installer (64-bit) [#vff4acd8]

Windows installer (64-bit) を使用して %USERPROFILE%\AppData\Local\Programs\Python\Python39\ にインストールした場合は
Windows installer (64-bit) を使用して %USERPROFILE%\AppData\Local\Programs\Python\Python312\ にインストールした場合は

 %USERPROFILE%\AppData\Local\Programs\Python\Python312\Scripts\

と

 %USERPROFILE%\AppData\Local\Programs\Python\Python312\

を環境変数 Path に追加します.

**macOS [#q6991b06]

-[[MacにPythonインストール:https://qiita.com/freshcl/items/b31913b71463ebfdd9d4]]