对于某些向后兼容性测试,我希望能够将python 2.7.13回滚到2.7.11。
我可以做一个虚拟机而不是真正的更多的工作,然后它的价值,因为这肯定是一个一个关闭的场景,或者可能被证明是一个红色的鲱鱼。
我似乎无法滚动python的版本似乎记得版本。
>>python --version
Python 2.7.13
*Uninstall python using the 2.7.13 installer.
>>python --version
'python' is not recognized as an internal or external command,
operable program or batch file.
*Install python using the 2.7.11 installer.
>>python --version
Python 2.7.13
python在“完全”删除并重新安装后如何记住其版本。它必须在某处隐藏某些东西......任何人都可以告诉我如何有效地回滚python版本吗?