Code Monkey home page Code Monkey logo

Comments (9)

BogdanHabic avatar BogdanHabic commented on May 23, 2024 3

@krzysu Thanks for the report!

Did you try first?

curl https://raw.githubusercontent.com/Tenderly/tenderly-cli/master/scripts/install-linux.sh | sudo sh

We might just add that sudo before sh to the installation instructions.

from tenderly-cli.

BogdanHabic avatar BogdanHabic commented on May 23, 2024 3

Makes a lot of sense to do it via npm, like the rest of the CLIs in the ecosystem. Thank you for the feedback everyone 🙏

from tenderly-cli.

pythonpete32 avatar pythonpete32 commented on May 23, 2024 1

I am totally fine with it, however I couldn't just prepend sudo, I had to download and edit the script before running it again. however npm would be awesome

from tenderly-cli.

krzysu avatar krzysu commented on May 23, 2024 1

I didn't try that, my bin path is also different (/usr/bin/) but in the end I would vote for npm package that I can have tenderly-cli as part of a project and not a global installation.

from tenderly-cli.

abraham-yusuf avatar abraham-yusuf commented on May 23, 2024 1

@krzysu Thanks for the report!

Did you try first?

curl https://raw.githubusercontent.com/Tenderly/tenderly-cli/master/scripts/install-linux.sh | sudo sh

We might just add that sudo before sh to the installation instructions.

it's works, thanks

from tenderly-cli.

BogdanHabic avatar BogdanHabic commented on May 23, 2024

Unfortunately to do a system-wide install on Linux needs sudo on some systems. We're working on adding the option to install via npm as well.

Are you ok with running the installation script with sudo?

from tenderly-cli.

krzysu avatar krzysu commented on May 23, 2024

the same here, I had to modify this line in the install-linux.sh installation script

mv tenderly /usr/local/bin/

to

sudo mv tenderly /usr/bin/

I use Linux Subsystem on Windows

from tenderly-cli.

abraham-yusuf avatar abraham-yusuf commented on May 23, 2024

Moving CLI to /usr/local/bin/
mv: cannot move 'tenderly' to '/usr/local/bin/tenderly': Permission denied
Tenderly CLI installed to:
sh: 41: tenderly: not found
New Tenderly version installed:
dev@AbrahamYusuf:~$ tenderly version
-bash: tenderly: command not found

from tenderly-cli.

nargeslein avatar nargeslein commented on May 23, 2024

Hi everyone. I had the same issue running the original command but fixed it by making the whole terminal run under sudo using:
sudo -i

from tenderly-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.