Skip to content

Instantly share code, notes, and snippets.

@liwh
Created March 5, 2014 02:53
Show Gist options
  • Save liwh/9360280 to your computer and use it in GitHub Desktop.
Save liwh/9360280 to your computer and use it in GitHub Desktop.
==> Installing dependencies for python: readline, sqlite, gdbm
==> Installing python dependency: readline
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/readline-6.2.4.mavericks.bottle.2.tar.gz
######################################################################## 100.0%
==> Pouring readline-6.2.4.mavericks.bottle.2.tar.gz
==> Caveats
This formula is keg-only, so it was not symlinked into /usr/local.
OS X provides the BSD libedit library, which shadows libreadline.
In order to prevent conflicts when programs look for libreadline we are
defaulting this GNU Readline installation to keg-only.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/readline/lib
CPPFLAGS: -I/usr/local/opt/readline/include
==> Summary
🍺 /usr/local/Cellar/readline/6.2.4: 31 files, 1.6M
==> Installing python dependency: sqlite
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/sqlite-3.8.3.mavericks.bottle.1.tar.gz
######################################################################## 100.0%
==> Pouring sqlite-3.8.3.mavericks.bottle.1.tar.gz
==> Caveats
This formula is keg-only, so it was not symlinked into /usr/local.
Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.
OS X provides an older sqlite3.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/sqlite/lib
CPPFLAGS: -I/usr/local/opt/sqlite/include
==> Summary
🍺 /usr/local/Cellar/sqlite/3.8.3: 9 files, 2.0M
==> Installing python dependency: gdbm
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/gdbm-1.11.mavericks.bottle.tar.gz
######################################################################## 100.0%
==> Pouring gdbm-1.11.mavericks.bottle.tar.gz
🍺 /usr/local/Cellar/gdbm/1.11: 16 files, 408K
==> Installing python
==> Downloading http://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/python/2.7.6 --enable-ipv6 --datarootdir=/usr/local/Cellar/python/2.7.6/share --datadir=/usr/local/Cellar/python/2.7.6/share --enable-f
==> make
==> make install PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.6
==> make frameworkinstallextras PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.6/share/python
==> Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-2.2.tar.gz
######################################################################## 100.0%
==> /usr/local/Cellar/python/2.7.6/bin/python -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python/2.7.6/bin --install-lib=/usr/local/li
==> Downloading https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz
######################################################################## 100.0%
==> /usr/local/Cellar/python/2.7.6/bin/python -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python/2.7.6/bin --install-lib=/usr/local/li
==> Caveats
Python demo
/usr/local/share/python/Extras
Setuptools and Pip have been installed. To update them
pip install --upgrade setuptools
pip install --upgrade pip
You can install Python packages with (the outdated easy_install or)
`pip install <your_favorite_package>`
They will install into the site-package directory
/usr/local/lib/python2.7/site-packages
See: https://github.com/Homebrew/homebrew/wiki/Homebrew-and-Python
.app bundles were installed.
Run `brew linkapps` to symlink these to /Applications.
==> Summary
🍺 /usr/local/Cellar/python/2.7.6: 5226 files, 80M, built in 7.3 minutes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment