No module named flask using virtualenv

前端 未结 12 1418
生来不讨喜
生来不讨喜 2020-12-29 22:42

I am following these steps to learn flask http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world/page/0#comments

I ran this command to create

12条回答
  •  我在风中等你
    2020-12-29 23:17

    Activate your virtual environment first with

    source bin/activate envName
    

    Then try to run your command again

提交回复
热议问题