Hello @Rohit Boddu ,
You will experience this message databricks: command not found
because the system is unable to find the path of the databricks installation.
Make sure the directory used by pip3 to install databricks-cli
is included in your PATH environment variable.
For example, on my Ubuntu 18.04 system, pip3 installed the "databricks" script into the ~/.local/bin
directory.
Every time you can run this command before using databricks cmdlets: export PATH=$PATH:$HOME/.local/bin
or you can include it in .bashrc
file.
Hope this helps. Do let us know if you any further queries.
------------
- Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
- Want a reminder to come back and check responses? Here is how to subscribe to a notification.