'virtualenv' is not recognized as an internal or external command, operable program or batch file

前端 未结 11 1414
既然无缘
既然无缘 2020-11-30 04:04

i\'m completely new to the python and django.,after installation of python and django. i\'m trying to use virtualenv for django project purpose using virtula env . i install

11条回答
  •  一向
    一向 (楼主)
    2020-11-30 04:21

    Make sure that virtualenv has been installed correctly. Check in the python scripts subfolder - there must exist an .exe named virtualenv.exe. If not, uninstall will pip uninstall virtualenv and install again.

提交回复
热议问题