python - Homebrew, Python3 and additional packages -


i installed python3 homebrew:

$ brew install python3 

everything went fine, python3 installed additional packages:

  • gdbm,
  • openssl,
  • python3,
  • readline, and
  • sqlite.

i'm using os x yosemite , not sure if replacing openssl idea. know opinion. far know openssl part of os x base system.

your time appreciated. thank you.

the whole point of homebrew never replaces on host system. contained in own package hierarchy under cellar. version of openssl used other packages installed homebrew.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -