I am unable to create a virtualenv in command window to run django projects

后端 未结 2 1483
遥遥无期
遥遥无期 2020-12-22 14:22

Could anyone please help me with how to fix the virtuaenv issue on windows 10 - 64-bit pc. I repeatedly keep getting this error while I try to create a virtual env using win

2条回答
  •  -上瘾入骨i
    2020-12-22 15:09

    The package which will provide "mkvirtualenv" has not been installed on your computer or your computer cannot locate where it is.
    These packages below should be installed:

    pip install virtualenv
    pip install virtualenvwrapper-win
    

提交回复
热议问题