virtualenv v16.7.2 powershell activate script: “You must 'source' this script: PS> . .\ENV\Scripts\activate” error

后端 未结 4 955
情话喂你
情话喂你 2021-01-04 20:44

The Problem

Newest version of virtualenv (16.7.2) on python v.3.7.4 has 4 additional lines for the "activate.ps1" script, which when run on Windows10 powe

4条回答
  •  时光取名叫无心
    2021-01-04 21:07

    I Also Faced the same issue solved it by using this :

    Created A Virtual Environment By : virtualenv environment

    After Creating Virtual Environment

    I activated it by using :

    source environment/bin/activate 
    

    And It activated my Virtual Environment

提交回复
热议问题