As answered here, virtualenv has -p and --python flags that allow user to define python interpreter desired version to be used in the to-be-created virtual environment
Reading up venv official doc, I haven't found such an option described. So I'm look for an alternative to achieve same behavior. Some guess?
 
    