l1t1 opened a new issue, #587:
URL: https://github.com/apache/arrow-datafusion-python/issues/587

   **Describe the bug**
   I followed the https://arrow.apache.org/datafusion/user-guide/cli.html, but 
   the CLI cannot run
   ```
   datafusion-cli
   -bash: datafusion-cli: command not found
   ```
   python module works
   ```python
   python3
   Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import datafusion                                                        
                  
   >>> datafusion.__version__
   '35.0.0'
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   ```
   pip install datafusion
   datafusion-cli
   ```
   **Expected behavior**
   the CLI runs.
   
   **Additional context**
   both windows and linux have the problem.
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to