mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
We have enough data to associate a new Python environment with a new project being created since we know the path to it. It is required for Pipenv in order to be able to locate the project for creating a virtualenv for it and a Pipfile inside it. PyCharm installs Django during project creation so we need Pipenv to function correctly before the project is set up.