There is no activate when I am trying to run my virtual env

后端 未结 5 896
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-07 02:44

1) I installed virtualenv using pip.
2) I ran the command virtualenv venv
3) Then I ran source venv/bin/activate but it says that there is no s

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 03:45

    i have had the same problem. and what i did is just run the command virtualenv env again. And then more files were generated under directory env/bin, including the activate file. it's so weird. maybe you can have more try.

提交回复
热议问题