This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
juju-windows [2015/02/19 16:39] bteleaga Added godeps installation |
juju-windows [2015/03/23 17:37] (current) gsamfira |
||
|---|---|---|---|
| Line 28: | Line 28: | ||
| * set variables for current session as well. The C:\Go\bin path is set by the installer: | * set variables for current session as well. The C:\Go\bin path is set by the installer: | ||
| - | $env:PATH = "$env:PATH; | + | $env: |
| $env:GOPATH = " | $env:GOPATH = " | ||
| mkdir $env:GOPATH | mkdir $env:GOPATH | ||
| Line 40: | Line 40: | ||
| go get -v launchpad.net/ | go get -v launchpad.net/ | ||
| - | $env: | + | |