You are viewing a single comment's thread from:

RE: Part 2: Coding on Hive With Python - Installing Modules and Fetching Some Data from Hive

in #programming3 years ago

Beem also has a command line executable you can call directly instead of via Python script. The warning is telling you if you try to invoke beempy from your terminal, the command won’t be found. You will need to append the path to your PATH environment variable, or use the full path.

Sort:  

Thank you for the response, I had already figured it out and appended the path to the PATH environment. I learned something about linux in the meantime :)

Awesome! I’m glad to hear of your success