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

前端 未结 11 1394
既然无缘
既然无缘 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:32

    To install to a specific folder e.g E:\publish

    pip install virtualenv

    virtualenv .

提交回复
热议问题