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

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

    I double it is caused by some networking issue, I run it twice to get 'activate' script installed. Maybe first it can't connect to some source so it just abort installation.

提交回复
热议问题