stripe-cli icon indicating copy to clipboard operation
stripe-cli copied to clipboard

[Question] Stripe-cli does not work on ubuntu

Open ssandr1kka opened this issue 3 years ago • 1 comments

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.

ssandr1kka avatar Oct 19 '22 20:10 ssandr1kka

In my environment I also ran

chmod 755 ./stripe

in /usr/local/bin.

I'm using Debian 11 (bullseye), though, not Ubuntu.

ManfredLange avatar Nov 10 '22 22:11 ManfredLange