I get the error "adb command not found. Ensure it is in your path" when running the install_apps.py script. I checked to make sure the adb path is in my global variables. I am able to run the "adb devices" command which correctly returns the list of devices (emulator-5554), so it clearly finds adb path or else that command would fail. I am running Windows 10 with Python 3.7 (I also tried with Python 2.7 but the same problem occured). I am following this guide in the docs: https://docs.clover.com/docs/setting-up-an-android-emulator#installing-required-clover-merchant-apps
Thanks