Miserlou / Zappa

Serverless Python
https://blog.zappa.io/
MIT License
11.89k stars 1.21k forks source link

Zappa: command not found #2167

Open andhim opened 3 years ago

andhim commented 3 years ago

Hi, I am trying to deploy my web through zappa on my virtual env and my terminal keeps saying "command not found: zappa." I have installed it using pip3 install zappa both on my local desktop as well as on my virtual env. Can someone tell me how to fix this issue please?

hortonew commented 3 years ago

Which operating system? After sourcing your virtual environment, is its bin directory on the path (echo $PATH)? Does zappa exist in that bin directory?