Can not activate a virtualenv in GIT bash mingw32 for Windows

后端 未结 5 1347
慢半拍i
慢半拍i 2020-11-29 21:41

When I try to activate my virtualenv from GIT bash mingw32 I do not get the expected response.

NOTE: py is the folder for Python projects in my Google

5条回答
  •  既然无缘
    2020-11-29 22:11

    On Windows10, you could go in the directory of your virtualenv where the Scripts folder is placed then enter the below command

    source ./Scripts/activate
    

    Note the .(dot) without this it was giving error to me when I use it like above mentioned then the solution provided by Pierre worked for me.

提交回复
热议问题