mirror of
https://github.com/dense-analysis/ale.git
synced 2026-06-18 23:23:15 +08:00
870e75eb64
Pipenv doesn't do local virtualenvs by default, it uses a special local directory to store them all. However, if you run Pipenv with the PIPENV_VENV_IN_PROJECT environment variable set to 1, it creates the virtual environment in the root of the project, under the name ".venv". This is why I've added this as a possible virtualenv dir name.