I am trying to create a virtual enviroment in my ubuntu OS using virtualenv
The command I am using is
virtualenv -p /usr/bin/python3.8.13 py3.8.13_env
The error shown is
FileNotFoundError:[Errno 2]No such file or directory:'/usr/bin/python3.8.13'
I have tried several other python versions but I get the same error