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

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

    I solved a similar problem by naming it venv2 when I ran virtualenv. I already had a virtual environment named venv for another project. This allowed me to proceed.

提交回复
热议问题