Permission denied when activating venv

前端 未结 5 1532
臣服心动
臣服心动 2021-01-30 06:25

I just started a new python project and created a venv inside the project folder by running virtualenv venv in the terminal. However, when I run venv/bin/acti

5条回答
  •  无人共我
    2021-01-30 06:53

    go to activate file right click and open properties-->permissions

    and check Execute

    open this image:

提交回复
热议问题