差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| python:python_install [2020/04/10 10:22] – ともやん | 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 のインストール ====== | ||
| 行 39: | 行 24: | ||
| **python**、**python27** をインストールする。\\ | **python**、**python27** をインストールする。\\ | ||
| - | < | + | < |
| $ scoop install python python27 | $ scoop install python python27 | ||
| </ | </ | ||
| <WRAP prewrap 100% # | <WRAP prewrap 100% # | ||
| - | < | + | < |
| Installing ' | Installing ' | ||
| lessmsi-v1.6.91.zip (495.0 KB) [==============================================================================] 100% | lessmsi-v1.6.91.zip (495.0 KB) [==============================================================================] 100% | ||
| 行 103: | 行 88: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | **Visual Studio** などの外部アプリケーションが **Python** を自動検出できるようにする。\\ | ||
| + | <WRAP prewrap 100% # | ||
| + | < | ||
| + | Allow applications and third-party installers to find python by running: | ||
| + | " | ||
| + | </ | ||
| + | </ | ||
| + | <wrap hi> | ||
| + | <WRAP prewrap 100% # | ||
| + | < | ||
| + | 次のコマンドを実行して、アプリケーションとサードパーティのインストーラーがPythonを見つけられるようにします: | ||
| + | " | ||
| + | </ | ||
| + | </ | ||
| + | 以下のコマンドを実行して、Windows レジストリに **Python** を登録する。\\ | ||
| + | ([[https:// | ||
| + | <WRAP prewrap 100%> | ||
| + | <code powershell> | ||
| + | $ . $env: | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | 以下の問い合わせで「はい」をクリックする。\\ | ||
| + | {{python: | ||
| + | |||
| + | 「OK」をクリックする。\\ | ||
| + | {{python: | ||
| + | |||
| + | <WRAP prewrap 100% # | ||
| + | 必要に応じて RegEdit で以下のキーを確認する。\\ | ||
| + | < | ||
| + | HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore | ||
| + | </ | ||
| + | </ | ||
| + | {{python: | ||
| **python** の動作確認。\\ | **python** の動作確認。\\ | ||