pipenv: Pipenv cannot create virtualenv

When I try to create a new env using pipenv --two or pipenv --three, pipenv enters an infinite loop repeatedly printing

Virtualenv already exists!
Removing existing virtualenv…

If I try pipenv install, pipenv tries to install the packages to /usr/lib/python3.6 and the output of pipenv --venv is empty.

Describe you environment
  1. OS Type: Archlinux
  2. Python version: Python 3.6.2
  3. Pipenv version: pipenv, version 8.2.7

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 29 (13 by maintainers)

Commits related to this issue

Most upvoted comments

@jck does pipenv --where return anything or is it also blank?