virtualenv won't activate on windows

后端 未结 18 1672
走了就别回头了
走了就别回头了 2020-12-07 14:05

Essentially I cannot seem to activate my virtualenv environment which I create.

I\'m doing this inside of windows powershell through using

scripts\\a         


        
18条回答
  •  一个人的身影
    2020-12-07 14:38

    Open another powershell as admin and then type:

    set-executionpolicy remotesigned

    Then Press y and then enter.

    Now close this powershell and go back to shell you were working with. This will solve the issue.

提交回复
热议问题