Issue with virtualenv - cannot activate

前端 未结 25 2002
借酒劲吻你
借酒劲吻你 2020-12-04 05:20

I created a virtualenv around my project, but when I try to activate it I cannot. It might just be syntax or folder location, but I am stumped right now.

You can see

25条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 05:38

    In Windows platform,

    you should use this command with path specified where you have installed a virtual environment.

    $ .\env\Scripts\activate 
    

    By this, You should be able to activate this on windows.

提交回复
热议问题