
上QQ阅读APP看书,第一时间看更新
Using conda environments to run different versions of Python
Another situation that comes up often is the need to test a package in a different version of Python. conda makes it easy to create a suitable environment. In this recipe, we will show you how to create and use environments with version 2.7 of Python.