【Python】Pythonの開発環境構築
前提
Windows
インストール
以下のサイトからインストーラーをダウンロードしてインストールするか、scoop
を使用してインストールする。
https://www.python.org/downloads/windows/
scoop install python
IDE(統合開発環境)
以下から、PyCharm Community版をダウンロードしてインストールする。
PyCharm のダウンロード: JetBrains のデータサイエンスおよびウェブ開発用 Python IDE
PyCharmのCommunity版は無料で使用できる。
Virtualenv
以下の手順でVirtualenv
を作成する。
File
>Settings
から設定を開くProject <project name>
>Python Interpreter
を選択Add Interpreter
を開きVirtualenv Enviroment
を作成Python Interpreter
に作成したVirtualenv Enviroment
を選択