0
NNeuron123
This will create a virtualenv called "my-env" with the Python 3.8.5 installed in it.
0 Comments
pyenv virtualenv 3.8.5 my-env pyenv activate my-env