GithubHelp home page GithubHelp logo

Comments (5)

pry0cc avatar pry0cc commented on July 17, 2024

Ahhh!

Yeah, maybe we should try and tweak that to configure go. I would've assumed a proper Go install would be with the $GOPATH, otherwise, how do you go get stuff? :P

Is this a fresh install?

from axiom.

hakluke avatar hakluke commented on July 17, 2024

Yeah I thought so too, but actually mine works fine. I think if there is no $GOPATH defined it just defaults to ~/go

from axiom.

pry0cc avatar pry0cc commented on July 17, 2024

Ahhh ok - thanks :)

from axiom.

broketech avatar broketech commented on July 17, 2024

running debian, have same situation. I orginally built go, and it magically works with no env variables. I messed around a little bit and changed the test:

#install go
whereis go; if [ ! $? -eq 0 ] && [[ -z "$GOPATH" ]];then

I'll let you know if there are any side effects that I can tell.

from axiom.

hakluke avatar hakluke commented on July 17, 2024

Nice. I suspect this will work on Mac too. I'll check later. As a workaround I just removed the check entirely.

from axiom.

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.