Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. jons-iMac:contrib jon$ protoc
  2. -bash: protoc: command not found
  3. jons-iMac:contrib jon$ brew install protobuf
  4. ==> Downloading https://homebrew.bintray.com/bottles/protobuf-3.3.2.sierra.bottle.tar.gz
  5. ######################################################################## 100.0%
  6. ==> Pouring protobuf-3.3.2.sierra.bottle.tar.gz
  7. ==> Using the sandbox
  8. ==> Caveats
  9. Editor support and examples have been installed to:
  10. /usr/local/opt/protobuf/share/doc/protobuf
  11.  
  12. Python modules have been installed and Homebrew's site-packages is not
  13. in your Python sys.path, so you will not be able to import the modules
  14. this formula installed. If you plan to develop with these modules,
  15. please run:
  16. mkdir -p /Users/jon/Library/Python/2.7/lib/python/site-packages
  17. echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/jon/Library/Python/2.7/lib/python/site-packages/homebrew.pth
  18. ==> Summary
  19. 🍺 /usr/local/Cellar/protobuf/3.3.2: 260 files, 16.1MB
  20. jons-iMac:contrib jon$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement