stripe-cli
stripe-cli copied to clipboard
[Question] Stripe-cli does not work on ubuntu
Hey guys I tried all sorts of different things, I am trying to install stripe cli on ubuntu 22.04
I followed this:
Download the latest linux tar.gz file from https://github.com/stripe/stripe-cli/releases/latest
Unzip the file: tar -xvf stripe_X.X.X_linux_x86_64.tar.gz
Move ./stripe to your execution path.
I also followed Stripe CLI ubutu installation issues
I also followed this: https://github.com/stripe/stripe-cli/issues/734
Meaning I tried to move both unzipped and zipped stripe package to /usr/local/bin, does not work. I also tried to configure path from bashrc, pointing to stripe folder location still does not work, in every case I get command not found thing.
In my environment I also ran
chmod 755 ./stripe
in /usr/local/bin.
I'm using Debian 11 (bullseye), though, not Ubuntu.