本人想在python中国使用arcpy,因此想创立2.7版本的内核,但在创立虚拟环境添加内核时,出现无法启动的情况:
例如:def test1():print(‘这是test1’)
def test2():print(‘这是test2’)