Too many issues will kill our team's development velocity, drastically.
Make sure you have checked all steps below.
Platform MacOs Mojave
pyenv version: 1.2.11
python version 3.6.8
When I input the command
pyenv virtualenv 3.6.8 myproject
I get the error message:
pyenv: no such command
Other commands are working such as
pyenv shell 3.6.8
pyenv versions
Because this claim is rather improbable I'm attaching a screenshot

Problem solved:
brew install pyenv-virtualenv
Most helpful comment
Problem solved:
brew install pyenv-virtualenv