You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/13 07:32:45 UTC

[GitHub] [airflow] thekiai opened a new issue #14750: Better description about Getopt and gstat when runnin Breeze

thekiai opened a new issue #14750:
URL: https://github.com/apache/airflow/issues/14750


   **Description**
   For me, the section of Getopt and gstat in this document doesn't have enough description to run Breeze.
   https://github.com/apache/airflow/blob/master/BREEZE.rst#getopt-and-gstat
   
   Actual
   After executing the following commands quoted from https://github.com/apache/airflow/blob/master/BREEZE.rst#getopt-and-gstat, I cannot know that the commads enabled the PATH properly.
   ```
   echo 'export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"' >> ~/.zprofile
   . ~/.zprofile
   ```
   
   Exepected
   It's better to write commands for checking that `getopt` and `gstat` are succesfully installed.
   ```
   $ getopt --version
   getopt from util-linux 2.36.2
   $ gstat --version
   stat (GNU coreutils) 8.32
   Copyright (C) 2020 Free Software Foundation, Inc.
   License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
   This is free software: you are free to change and redistribute it.
   There is NO WARRANTY, to the extent permitted by law.
   
   Written by Michael Meskes.
   ```
   
   **Use case / motivation**
   Because I'm not familiar with unix shell, with the exisiting document, I couldn't know those commands are properly installed or not.
   
   **Are you willing to submit a PR?**
   Yes, I'm ready.
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] potiuk closed issue #14750: Better description about Getopt and gstat when runnin Breeze

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #14750:
URL: https://github.com/apache/airflow/issues/14750


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #14750: Better description about Getopt and gstat when runnin Breeze

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #14750:
URL: https://github.com/apache/airflow/issues/14750#issuecomment-797883561


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
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:
users@infra.apache.org