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
- OS Type: Archlinux
- Python version: Python 3.6.2
- 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
- Check if virtualenv location really exists - Check if virtualenv_location exists as an os path as part of the virtualenv_exists check - Fixes #969 — committed to techalchemy/pipenv by techalchemy 7 years ago
@jck does pipenv --where return anything or is it also blank?