I am having trouble installing the Stripe CLI in Ubuntu AWS Cloud 9. First of all, no package manager (and especially not Homebrew) works so I manually downloaded and unzipped the stripe_1.8.10_linux_x86_64.tar.gz file in ~/environment/Downloads directory. Now according to this I have to move ./stripe to the execution path.
What is the execution path and what command do I have to execute to accomplish this?
A similar question was asked a year ago but was never resolved.