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

Allow goenv exec to execute abritrary commands. #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alext
Copy link

@alext alext commented Jan 23, 2015

Not just commands that ship with a specific Go version. Some commands
(eg gorename) require a GOROOT to be set pointing at a Go source tree.
Allowing goenv exec to run any command on the PATH will allow these to
work.

Not just commands that ship with a specific Go version.  Some commands
(eg gorename) require a GOROOT to be set pointing at a Go source tree.
Allowing goenv exec to run any command on the PATH will allow these to
work.
alext added a commit to alphagov/packager that referenced this pull request Jan 24, 2015
This switches to my fork of goenv because the upstream doesn't seem to
be active any more. Version 0.0.6 includes 2 fixes:

* fix goenv install to work with the new download URLs for Go 1.3.1+
  (wfarr/goenv#13)
* update goenv exec to allow running any command on the PATH
  (wfarr/goenv#17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant