pyenv-virtualenv icon indicating copy to clipboard operation
pyenv-virtualenv copied to clipboard

Wheel package not installed

Open chadjaros opened this issue 7 years ago • 1 comments

pyenv virtualenv 3.5.4 test does not install the wheel package. Creating a virtual environment with virtualenv directly, or with other tools such as direnv does install the wheel package. This is an unexpected incompatibility.

chadjaros avatar Nov 13 '17 20:11 chadjaros

Pyenv-Virtualenv creates environments with virtualenv if it is installed for the base Python. If it's not, it uses -m venv which indeed does not install wheel.

native-api avatar Apr 13 '24 05:04 native-api