You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
HI
giving this error |
Hi @Ronak Toshniwal ,
Do you have a documentation page for the yq tool you are trying to install? I searched on the internet, and I found the following two tools:
1st: https://mikefarah.gitbook.io/yq/
2nd: https://kislyuk.github.io/yq/
Are you trying to install one of these two?
If you want to install the first one, please check the installation instructions here:
I tried doing the installation using the following command that is provided there:
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && chmod +x /usr/bin/yq
And then the yq --version command provides output.
If you want to install the second one, please check here:
You will first need to install pip3 with
apt update
apt install python3-pip
and then you can use the command pip3 install yq to install yq. Please also note that the documentation for this tool mentions that before using yq, you also have to install its dependency, jq. A link with instructions is provided in the doc.
If you are trying to install a different tool called yq, it would be useful to have its documentation page.
Kind regards,
Theodora
Welcome to the Atlassian Community!
This means that your build environment (the shell within which the build is being run) does not include the path in which yq is installed, or the install of yq is failing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.