我已经使用virtualenvwrapper for windows(10)一段时间了。我在我的机器上运行Python 3.6.1并且最近尝试升级到3.6.5并且遇到了一些问题(不会在这里进入!)并恢复到3.6.1
从那时起,当我创建一个虚拟环境时,我获得了2条Python路径:系统路径和环境路径,如:
where python (run when I am within the created environment)
-> C:\Users\.....\Envs\sampleenv\Scripts\python.exe
-> C:\Users\.....\AppData\Local\Programs\Python\Python36-32\python.exe
当我运行代码时,这会导致一些问题。我不确定如何解决这个问题 - 任何帮助都非常感激。