qzhang1 commented on a change in pull request #9769:
URL: https://github.com/apache/airflow/pull/9769#discussion_r453247129
##########
File path: docs/start.rst
##########
@@ -30,7 +30,7 @@ The installation is quick and straightforward.
export AIRFLOW_HOME=~/airflow
# install from pypi using pip
- pip install apache-airflow
+ sudo pip install apache-airflow
Review comment:
Ah, that might be the case. I created a fresh ubuntu 20.04 vm and `sudo
apt-get install pip3` to machine. For my case, I found regular `pip install
apache-airflow` to local/bin and calling `airflow initdb` will cause airflow
command to not be recognized/ added to path.
I don't know how to install pip to local user but I can look into it and see
if that previous issue is reproducible.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]