virtualenv python broke after upgrading ubuntu 15.10 to 16.04

后端 未结 5 705
渐次进展
渐次进展 2021-02-12 15:41

I had python 3.4 in my virtualenv, but after upgrading ubuntu to 16.04 python upgraded to 3.5 so python in virtualenv crashes with these errors:

Could not find p         


        
5条回答
  •  遥遥无期
    2021-02-12 16:32

    I fixed it by creating a new virtualenv and copying the python executable into the old broken virtualenv.

提交回复
热议问题