Issue with virtualenv - cannot activate

前端 未结 25 1998
借酒劲吻你
借酒劲吻你 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条回答
  •  -上瘾入骨i
    2020-12-04 05:54

    1. Open your powershell as admin
    2. Enter "Set-ExecutionPolicy RemoteSigned -Force
    3. Run "gpedit.msc" and go to >Administrative Templates>Windows Components>Windows Powershell
    4. Look for "Activate scripts execution" and set it on "Activated"
    5. Set execution directive to "Allow All"
    6. Apply
    7. Refresh your env

提交回复
热议问题