This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
juju-windows [2014/08/08 23:52] gsamfira |
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 37: | Line 37: | ||
| | | ||
| - | * Run godeps | + | * Install and run godeps |
| - | $env: | + | |
| + | & $env: | ||