Guest User

Untitled

a guest
Nov 19th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. export SELFBUILD=$HOME/code/build
  2. export PATH=$HOME/local/bin:$PATH
  3.  
  4. # go
  5. export GOROOT=$HOME/code/build/go
  6. export GOPATH=$HOME/.gopath
  7. export PATH=$SELFBUILD/go/bin:$PATH
  8. export PATH=$GOPATH/bin:$PATH
  9.  
  10. # rust
  11. export PATH=$HOME/.cargo/bin:$PATH
  12. export RUST_SRC_PATH=$HOME/.multirust/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src
  13.  
  14. # Re:VIEW
  15. export PATH=$SELFBUILD/review/bin:$PATH
Add Comment
Please, Sign In to add comment