ERROR: virtualenvwrapper could not find virtualenv in your path

后端 未结 12 1917
广开言路
广开言路 2021-02-01 01:06

I\'m trying to create a virtualenv with virtualenvwrapper, but when I use mkvirtualenv I get the following :

ERROR: virtualenvwrapper c         


        
12条回答
  •  孤城傲影
    2021-02-01 01:23

    Re-installling virtualenv fixed my problem.

    I had the same issue.

    $ mkvirtualenv mysite
    ERROR: virtualenvwrapper could not find virtualenv in your path
    

    After a lot of time consuming efforts, I decided to re-install virtualenv.

    sudo apt install virtualenv
    

    This fixed my issues. I already had virtualenv installed. But I think it got broken or met with some errors.

提交回复
热议问题