Windows 10にPython開発環境をインストールする
Macへのインストール方法はこちら
最終更新日
2021年7月2日
検証を行ったWindows 10のバージョンは下記です。
- Windows 10 Home 20H2 19042.1081
インストールするもののバージョンは下記です。
- Python 3.9
- Visual Studio CodeのPython Extension(Visual Studio Code自体のインストールは別記事にて → WindowsにVisual Studio Codeをインストールする)
この記事が古くなった場合、下記の手順は最新のインストール手順とは異なっている可能性があります。
Python
インストール
(1) https://www.python.org/downloads/release/python-395/ にアクセスしてください。
(2) [Files]の[Windows installer (64-bit)]をクリックしてください。
(3) ダウンロードしたEXEファイルをダブルクリックしてください。
(4) [Add Python 3.9 to PATH]にチェックを入れた後、[Install Now]をクリックしてください。
確認
(1) コマンドプロンプトを起動してください。
(2) python --version
を実行してください。下記のように表示されれば成功です。
C:\Users\tada>python --version
Python 3.9.5
Visual Studio CodeのPython Extension
Visual Studio Code自体のインストールは別記事にて → WindowsにVisual Studio Codeをインストールする
インストール
Visual Studio Code自体のインストールは別記事にて → WindowsにVisual Studio Codeをインストールする
(1) Visual Studio Codeを起動してください。
(2) Extensionの検索画面を開いて「python」で検索→MicrosoftのPythonエクステンションをInstallしてください。
Author And Source
この問題について(Windows 10にPython開発環境をインストールする), 我々は、より多くの情報をここで見つけました https://qiita.com/suke_masa/items/ba147bd9a7f9da6c3481著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .