I am getting
-bash: airflow: command not found
after installing Apache Airflow. I am using Google Cloud Compute Engine and OS is Deb
Where does your pip install Apache Airflow to? It could be to /usr/local/bin or similar.
Make sure that that directory is in your $PATH.
This isn't related to Apache Airflow, just your environment setup.