potiuk commented on a change in pull request #9769:
URL: https://github.com/apache/airflow/pull/9769#discussion_r453217820



##########
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:
       I think it depends on your local setting. Usually when you do pip 
install the apache airflow command is installed to your local user directory 
(~/.local/bin usually) and you need to add it to the path if you have not done 
it already. 
   
   I think if we change it here, We should rather explain that those are the 
options - not everyone has sudo access and they should still be able to run and 
install Airflow. 
   
   Can you please double check @qzhang1 if that was the problem and possibly 
update the description?




----------------------------------------------------------------
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]


Reply via email to