差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| python:python_install [2020/08/27 09:04] – ともやん | python:python_install [2020/09/11 16:59] (現在) – ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | < | ||
| - | < | ||
| - | #result pre { | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | # | ||
| - | height: 400px; | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | </ | ||
| - | </ | ||
| ====== Python のインストール ====== | ====== Python のインストール ====== | ||
| 行 104: | 行 89: | ||
| </ | </ | ||
| - | **Visual Studio**\\ | + | **Visual Studio** |
| + | <WRAP prewrap 100% # | ||
| < | < | ||
| Allow applications and third-party installers to find python by running: | Allow applications and third-party installers to find python by running: | ||
| " | " | ||
| </ | </ | ||
| + | </ | ||
| <wrap hi> | <wrap hi> | ||
| + | <WRAP prewrap 100% # | ||
| < | < | ||
| 次のコマンドを実行して、アプリケーションとサードパーティのインストーラーがPythonを見つけられるようにします: | 次のコマンドを実行して、アプリケーションとサードパーティのインストーラーがPythonを見つけられるようにします: | ||
| " | " | ||
| </ | </ | ||
| - | 以下のコマンドを実行して、Windows レジストリに **Python** を登録する。([[https:// | + | </ |
| + | 以下のコマンドを実行して、Windows レジストリに **Python** を登録する。\\ | ||
| + | ([[https:// | ||
| + | <WRAP prewrap 100%> | ||
| <code powershell> | <code powershell> | ||
| $ . $env: | $ . $env: | ||
| </ | </ | ||
| + | </ | ||
| + | |||
| + | 以下の問い合わせで「はい」をクリックする。\\ | ||
| + | {{python: | ||
| + | |||
| + | 「OK」をクリックする。\\ | ||
| + | {{python: | ||
| + | |||
| + | <WRAP prewrap 100% # | ||
| + | 必要に応じて RegEdit で以下のキーを確認する。\\ | ||
| + | < | ||
| + | HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore | ||
| + | </ | ||
| + | </ | ||
| + | {{python: | ||
| **python** の動作確認。\\ | **python** の動作確認。\\ | ||