Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Challenges with Ubuntu 22.04 #18

Open
scotttyso opened this issue Aug 22, 2023 · 0 comments
Open

Installation Challenges with Ubuntu 22.04 #18

scotttyso opened this issue Aug 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@scotttyso
Copy link

scotttyso commented Aug 22, 2023

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

I don't know that I would call it a bug, but I could not get make to build the code for the life of me.

make go/build
make: *** No rule to make target 'go/build'.  Stop.

Expected Behavior

What did work for me and was more strait forward was just using the go install process that is available in 1.17 and above.

go install github.com/cloudposse/tfenv@latest
go: downloading github.com/cloudposse/tfenv v0.0.0-20200228015332-fb2bbf69b648
go: finding module for package github.com/taskcluster/shell
go: downloading github.com/taskcluster/shell v0.0.0-20191115171910-c688067f12d3
go: found github.com/taskcluster/shell in github.com/taskcluster/shell v0.0.0-20191115171910-c688067f12d3

After doing the above I needed to make sure the gopath was added to my environment and was then able to use tfenv.

Which I pulled from here:
https://stackoverflow.com/questions/30295146/how-can-i-install-a-package-with-go-get

Environment (please complete the following information):

Anything that will help us triage the bug will help. Here are some ideas:

  • OS: [e.g. Linux, OSX, WSL, etc] Ubuntu 22.04
  • Version [e.g. 10.15]
@scotttyso scotttyso added the bug Something isn't working label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant