8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
appd
$PATH
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
If we can solve this within Starport, instead of asking users to add ~/go/bin to their $PATH, that would be great.
~/go/bin
Related: #1193
The text was updated successfully, but these errors were encountered:
Same problem
Sorry, something went wrong.
@MMUN786 @BAWES this has been fixed in the develop branch, and will be released in the new version.
develop
In the meantime, you can set the path manually PATH=$PATH:$(go env GOPATH)/bin. It's actually a good idea to set the path anyways.
PATH=$PATH:$(go env GOPATH)/bin
ilgooz
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
If we can solve this within Starport, instead of asking users to add
~/go/bin
to their$PATH
, that would be great.Related: #1193
The text was updated successfully, but these errors were encountered: