Issue with virtualenv - cannot activate

前端 未结 25 2001
借酒劲吻你
借酒劲吻你 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:44

    open the folder with any gitbash console. for example using visualCode and Gitbash console program: 1)Install Gitbash for windows

    2) using VisualCode IDE, right click over the project open in terminal console option

    3) on window console in Visualcode, looking for a Select->default shell and change it for Gitbash

    4)now your project is open with bash console and right path, put source ./Scripts/activate

    btw : . with blank space = source

提交回复
热议问题