pyenv-virtualenv
pyenv-virtualenv copied to clipboard
Wheel package not installed
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.
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.