我需要:
- 安装Python 3.5.0和Python 3.5.4。
- 能够为两个子版本创建一个虚拟环境。
- 具有适用于Windows的解决方案。
-
我无法安装Python 3.5.4,然后再安装Python 3.5.0:
-
我不能使用pyenv
as it doesn't support windows。
- 我不能使用
conda
,因为它不允许您选择3.5.0。
- 我无法使用the embeddable zip file,因为它没有venv支持。
如何在Windows上同时安装Python 3.5.0和3.5.4?