Closed trueToastedCode closed 1 year ago
Followed the installation instructions
$ python3 -m pip install pybindgen $ go install golang.org/x/tools/cmd/goimports@latest $ go install github.com/go-python/gopy@latest
$ gopy command not found: gopy
Ok so it's installed under ~/go/bin/gopy and you probably want to add the folder to the path variable... for MacOS:
~/go/bin/gopy
export PATH=<someotherpath>:/Users/<username>/go/bin:$PATH source .zshrc
Followed the installation instructions