Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 639 Bytes

update-go-inst-dart.md

File metadata and controls

30 lines (22 loc) · 639 Bytes

Updating and Installing Go and DART

update go on VM

update sylinks

Remove symlink and add new one

  • cd /usr/bin;sudo rm go;sudo ln -s /usr/local/go/bin/go go

Update .bashrc

# Setting up golang path
export GOPATH=$HOME/Documents/dev/baldr9-github/iot-blackbox/learn/go/go-workspace
export GOROOT=/usr/local/go
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOROOT/bin

Install dart on Ubuntu


IntelliJ Theme changes

  • Use Inconsolata 14.0 spacing 1.2
  • Import IDE settings.zip for different IDEs