Ubuntu + virtualenv = a mess? virtualenv hates dist-packages, wants site-packages

前端 未结 5 512
渐次进展
渐次进展 2020-12-28 09:46

Can someone please explain to me what is going on with python in ubuntu 9.04?

I\'m trying to spin up virtualenv, and the --no-site-packages

5条回答
  •  天命终不由人
    2020-12-28 09:55

    Another way to fix it:
    https://stackoverflow.com/a/17265840/202168

    Have to remember to do that in each virtualenv where you need it, but doesn't rely on hacks or a special version of virtualenv

提交回复
热议问题