无法创建 Python 版本低于安装版本的虚拟环境

Not able to create Python virtual env with lesser version than installed

我最近安装了 Python 3.9.0,我正在使用 virtualenv 包。 在创建新环境时指定较小的 python 版本,比如 3.6 我收到此错误: RuntimeError:无法找到 python_spec='python3.6'

的内置发现的解释器

我想我不需要专门下载 3.6 来为 python 版本创建环境。 我可以只使用 virtualenv 包来绕过它吗?

您需要下载 Python 3.6 才能使用它 您可以将其存储在一个环境中,但您无法通过为其创建环境来获得 python 3.6。