尝试创建虚拟环境,但我不断收到“ IOError:[Errno 2]没有这样的文件或目录”

I type in virtualenv -p $(which python3.8) VirtualEnvironmentName, but I get "IOError: [Errno 2] No such file or directory." I included $(which python3.8) so that I would have a virtual environment with Python 3.8. I want to use virtualenv to create my virtual environments for Python, but I always get "IOError: [Errno 2] No such file or directory."

我只需要知道如何使用virtualenv来创建虚拟环境,而不会出现“ IOError:[Errno 2]没有这样的文件或目录”。

提前致谢。