Live data from Hacker News

A simple virtualenv for Go

github.com

1–10 of 36 posts

Re: A simple virtualenv for Go

#5
post #2

I was interested when I saw the project name, but this appears to be: mkdir -p pkg bin src export GOPATH="`pwd`" export PATH="$GOPATH/bin:$PATH" Only what I typed there is shorter and safer than the committed code. That's... simple, yes. https://github.com/ChuckHa/goenv/blob/master/goenv

Awesome, I won't pretend to be a bash expert. Any interest in opening a PR?

Re: A simple virtualenv for Go

#7
post #5
post #2

I was interested when I saw the project name, but this appears to be: mkdir -p pkg bin src export GOPATH="`pwd`" export PATH="$GOPATH/bin:$PATH" Only what I typed there is shorter and safer than the committed code. That's... simple, yes. https://github.com/ChuckHa/goenv/blob/master/goenv

Awesome, I won't pretend to be a bash expert. Any interest in opening a PR?

Naw, just go ahead and commit that if you like. That's too much easier to be worth the fork/checkout/commit/push/pull request cycle work in this case.

Re: A simple virtualenv for Go

#9
neat idea, and some neat feedback already from folks. while i'm just getting started using go (like the features, can't quite say i'm enamored with the syntax) i like the virtualenv paradigm and glad to see it ported to other languages.
Post reply on HN