You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aexpect.utils.path.find_command function won't find binaries when they contain ~ (eg. ~/.local/bin). How about using shutil.which instead of our custom handling? (eventually expand the path and then use shutil.which).