Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. ~ $ sw_vers -productVersion
  2. 10.12
  3.  
  4. ~ $ brew --version
  5. Homebrew 1.0.8
  6. Homebrew/homebrew-core (git revision f9a5; last commit 2016-10-22)
  7.  
  8. ~ $ brew update; and brew upgrade
  9. Already up-to-date.
  10.  
  11. ~ $ type tmux
  12. type: Could not find 'tmux'
  13.  
  14. ~ $ brew install tmux
  15. ==> Downloading https://homebrew.bintray.com/bottles/tmux-2.3_1.sierra.bottle.tar.gz
  16. ######################################################################## 100.0%
  17. ==> Pouring tmux-2.3_1.sierra.bottle.tar.gz
  18. ==> Caveats
  19. Example configuration has been installed to:
  20. /usr/local/opt/tmux/share/tmux
  21.  
  22. Bash completion has been installed to:
  23. /usr/local/etc/bash_completion.d
  24. ==> Summary
  25. /usr/local/Cellar/tmux/2.3_1: 10 files, 652.4K
  26.  
  27. ~ $ tmux -V
  28. tmux 2.3
  29.  
  30. ~ $ tmux
  31. can't create socket: No such file or directory
  32.  
  33. ~ $ mktemp -d /tmp/tmux-XXXX
  34. /tmp/tmux-Kxsn
  35. ~ $ tmux -S /tmp/tmux-Kxsn/sock
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement