[PYTHON] Set up Pipenv in Pycharm in Windows environment

Introduction

This is my first writing. I needed to build a Python environment for work, but I was told "Procedure manual? No", so I made a note for the future. Also, when building the environment, I was advised that "it is better to manage packages with pipenv or anaconda", so this time it will be the initial settings of Pycharm and Pipenv.

environment

1. Python installation

For Python, download the one that suits your PC environment from here. This time I will download the latest version of Python 3.8.5 without thinking about anything.

After the download is complete, run python-3.8.5.exe. ins.jpg You can set the environment variable PATH by checking "Add Python 3.8 to PATH". If you check it, you can skip [2. Environment variable settings].

2. Setting environment variables

Set the following path in the environment variable PATH. C: \ Users \ <username> \ AppData \ Local \ Programs \ Python \ Python38-32 \ C: \ Users \ <username> \ AppData \ Local \ Programs \ Python \ Python38-32 \ Scripts \

Replace <username> with your PC login username. ins - コピー.jpg If it looks like this, it's OK.

3. Install Pipenv

--Start PowerShell with administrator privileges. --- Just in case, let's update pip. pip install --upgrade pip --Install pipenv. pip install pipenv

4. Install Pycharm

Please download Pycharm from here. You can use the community version for free.

Create a project when the installation is complete. a - コピー (2).jpg

Finally, Create is complete.

Recommended Posts

Set up Pipenv in Pycharm in Windows environment
Building scikit-learn in Windows 10 environment using Pycharm
virtualenvwrapper in windows environment
Set up Polyglot on Windows
Set up Nunjucks in Node.js
Various Anaconda settings in Windows 10 environment
Set up Python environment on CentOS
UnicodeDecodeError occurs in pip (Windows environment)
How to set up the development environment of ev3dev [Windows version]
Install Django in a pipenv virtual environment
Using venv in Windows + Docker environment [Python]
Python garbled in Windows + Git Bash environment
Set up a simple HTTPS server in Python 3
Run PIFuHD in Windows + Anaconda + Git Bash environment
I want to use Python in the environment of pyenv + pipenv on Windows 10
python windows environment
Start Django in a virtual environment with Pipenv
Set up a test SMTP server in Python.
Install Python 3.5.1 + numpy + scipy + α in Windows environment
Set up a UDP server in C language
Set a fixed IP in the Linux environment
Set up python Tornado environment on raspbian jessie
Set up a simple SMTP server in Python
Set up a Python development environment on Marvericks
Set up an Objective-C 2.0 development environment on Linux
Set up TinyGo development environment for VS Code
How to set up public key authentication in ssh
Set up a development environment for natural language processing
The easiest way to set up Last-Modified in Flask
How to set up a Python environment using pyenv
Get environment variables in Python, otherwise set default values
Set up a free server on AWS in 30 minutes
How to use jupyter lab in Windows 10 local environment
Python development environment with Windows + Python + PipEnv + Visual Studio Code
Until you install TensorFlow-GPU with pip in Windows environment
How to set up and compile your Cython environment
Setting up Jupyter Lab in a Python 3.9 venv environment
Force luigi to do parallel processing in windows environment
Set up a Python development environment with Sublime Text 2
python windows environment construction
How to set up WSL2 on Windows 10 and create a study environment for Linux commands
python virtual environment Pipenv
Set up Jetson nano
virtual environment in python
Development environment in Python
How to set up Ubuntu for Windows Subsystem for Linux 2 (WSL2)
Seaborn, matplotlib garbled characters resolved in Windows10, Anaconda virtual environment
I tried the super-resolution algorithm "PULSE" in a Windows environment
Set up a Python development environment with Visual Studio Code
How to import Python library set up in EFS to Lambda
How to use VS Code in venv environment on windows
Double-click ipynb in windows + anaconda environment to open with jupyter-notebook
A note on how to load a virtual environment in PyCharm
Install Jupiter Notebook on Windows with pip in proxy environment
Flow in which malloc parameters are set from environment variables
Dynamically set env.hosts in fabric
Methods available in set type
Set up Nunjucks in Node.js
Set python test in jenkins
Set opset to embed in ONNX
To set default encoding to utf-8 in python
Associate the table set in python models.py
Set default values before commit in sqlalchemy.orm
Set up Pipenv in Pycharm in Windows environment