Setting Up Environment
Pycharm makes it possible to use the virtualenv tool to create a project-specific isolated virtual environment. The main purpose of virtual environment is to manage settings and dependencies of a particular project regardless of other projects. Virtualenv comes bundled with Pycharm, so the user doesn’t need to install it.
To configure new environment you need to select the Location of the Project to save a specific folder path and Base interpreter of Python executable file from python.