Python 3 virtualenv problems

后端 未结 2 2034
-上瘾入骨i
-上瘾入骨i 2021-01-15 08:30

I\'m having a problem similar to this post, but I am already running the latest version of virtualenv and I also get a different ImportError.

2条回答
  •  长发绾君心
    2021-01-15 09:22

    try following

    virtualenv --no-site-packages --distribute -p /usr/bin/python3 ~/.virtualenvs/py3
    
    workon py3
    

提交回复
热议问题