GithubHelp home page GithubHelp logo

Comments (5)

dfbills avatar dfbills commented on July 18, 2024 1

Hi @brutella- seeing the same issue here. Can you help with setting the path to esc once it's been installed by go? I was expecting:

export GOPATH=$HOME/go
export GOROOT=/opt/homebrew/Cellar/go/1.18.2/libexec
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOROOT/bin

from hkcam.

brutella avatar brutella commented on July 18, 2024

Ah sorry, esc is from http://github.com/mjibson/esc and can be installed with go get -u github.com/mjibson/esc

from hkcam.

tqcenglish avatar tqcenglish commented on July 18, 2024

try this

go install github.com/mjibson/esc@latest

from hkcam.

dfbills avatar dfbills commented on July 18, 2024

Hey @tqcenglish- I did install esc, but I'm still getting errors about "esc": executable file not found in $PATH. Not sure what the proper path should be. I reviewed several tutorials, but I'm not a go developer or using it regularly.

Since I did install my go through Homebrew, I was able to find the binary here:

/opt/homebrew/Cellar/go/1.18.2/libexec/bin/go

But, I'm not sure which var is incorrect in the Go paths:

export GOPATH=$HOME/go
export GOROOT=/opt/homebrew/Cellar/go/1.18.2/libexec
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOROOT/bin

from hkcam.

tqcenglish avatar tqcenglish commented on July 18, 2024

@dfbills if you install esc success, you can find the esc bin file, and add it path to $PATH.

from hkcam.

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.