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
Post a Comment