User Tools

Site Tools


juju-windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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:ProgramFiles(x86)}\Git\cmd;${env:ProgramFiles(x86)}\Bazaar;${env:ProgramFiles}\TortoiseHg;C:\go\bin"+  $env:PATH += ";${env:ProgramFiles(x86)}\Git\cmd;${env:ProgramFiles(x86)}\Bazaar;${env:ProgramFiles}\TortoiseHg;C:\go\bin"
   $env:GOPATH = "$HOME\golang"   $env:GOPATH = "$HOME\golang"
   mkdir $env:GOPATH   mkdir $env:GOPATH
Line 37: Line 37:
      
  
-  * Run godeps+  * Install and run godeps
  
-  $env:GOPATH\bin\godeps.exe -f -u $env:GOPATH\src\github.com\juju\juju\dependencies.tsv+  go get -v launchpad.net/godeps 
 +  & $env:GOPATH\bin\godeps.exe -f -u $env:GOPATH\src\github.com\juju\juju\dependencies.tsv
  
  
juju-windows.1407531134.txt.gz · Last modified: 2014/08/08 23:52 by gsamfira