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

后端 未结 5 841
爱一瞬间的悲伤
爱一瞬间的悲伤 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:47

    I experienced this problem when using the --upgrade option. Removed the option, and all ran as expected.

提交回复
热议问题