potiuk commented on a change in pull request #7221: [AIRFLOW-XXXX] Update
installation doc to suggest installing globally as fallback
URL: https://github.com/apache/airflow/pull/7221#discussion_r368941475
##########
File path: docs/installation.rst
##########
@@ -28,6 +28,12 @@ The easiest way to install the latest stable version of
Airflow is with ``pip``:
.. code-block:: bash
pip install apache-airflow
+
+If the `airflow` command is not being recognized, then install Airflow
globally:
Review comment:
Yes. Agree with @mik-laj . I think a better (and recommended) solution is to
add your `${HOME}/.local/bin` to PATH in .profile. I think you hit this bug of
WSL: https://github.com/microsoft/WSL/issues/2148 - where the PATH does not
include the .local/bin folder. Would it be possible @JeremyBernier that you
double check it and update it if you see that it works. We have no WSL/Windows
handy ....
----------------------------------------------------------------
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]
With regards,
Apache Git Services