What is the difference between home python and paskon caskroom?

The Install Python page on Mac OS X assumes that OS X is suitable for learning, but not for writing real programs; The solution is to install from Homebrew.

I do not think this box existed when they wrote this page. Basically, I just want to install the most optimal version for Python programming.

When I do a search, I get this output:

$ brew search python
boost-python   gst-python     python         python3        wxpython       zpython
Caskroom/cask/mod_python      homebrew/python/vpython           Caskroom/cask/python
homebrew/python/python-dbus   homebrew/versions/gst-python010   Caskroom/cask/python3

Here's what homegrown messages say:

macosx-10-9:~ vagrant$ brew cask info python
python: 2.7.9
Python
https://www.python.org/
Not installed
https://github.com/caskroom/homebrew-cask/blob/master/Casks/python.rb
==> Contents
  python-2.7.9-macosx10.6.pkg (pkg)

macosx-10-9:~ vagrant$ brew info python
python: stable 2.7.10 (bottled), HEAD
Interpreted, interactive, object-oriented programming language
https://www.python.org
/usr/local/Cellar/python/2.7.10_2 (4906 files, 77M) *
  Poured from bottle
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/python.rb

So what is the effective difference between these two packages?

+4
source share
1 answer

Caskroom python Python Mac OS X https://www.python.org/downloads/mac-osx/, .

brew install python /usr/local/Cellar/python/... /usr/local/bin/python.

- " " (TM) brew upgrade.

+8

Source: https://habr.com/ru/post/1599751/


All Articles