Skip to content

Instantly share code, notes, and snippets.

@jonathanBieler
Created July 19, 2017 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanBieler/3afb7f834d10ef6f6dbb64044bc88993 to your computer and use it in GitHub Desktop.
Save jonathanBieler/3afb7f834d10ef6f6dbb64044bc88993 to your computer and use it in GitHub Desktop.
bielers-MacBook-Air:~ bieler$ /Applications/Julia-0.6.app/Contents/Resources/julia/bin/julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.6.0 (2017-06-19 13:05 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-apple-darwin13.4.0
julia> Pkg.add("Homebrew")
INFO: Initializing package repository /Users/bieler/.julia/v0.6
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
INFO: Installing BinDeps v0.6.0
INFO: Installing Compat v0.26.0
INFO: Installing Homebrew v0.5.8
INFO: Installing JSON v0.13.0
INFO: Installing SHA v0.3.3
INFO: Installing URIParser v0.1.8
INFO: Building Homebrew
INFO: Downloading brew...
######################################################################## 100.0%
remote: Counting objects: 1111, done.
remote: Compressing objects: 100% (1016/1016), done.
Updating Homebrew...20% (223/1111)
remote: Total 1111 (delta 115), reused 406 (delta 55), pack-reused 0
Receiving objects: 100% (1111/1111), 1.19 MiB | 630.00 KiB/s, done.
Resolving deltas: 100% (115/115), done.
From https://github.com/Homebrew/brew
* [new branch] master -> origin/master
Cloning into '/Users/bieler/.julia/v0.6/Homebrew/deps/usr/Library/Taps/homebrew/homebrew-core'...
remote: Counting objects: 4477, done.
remote: Compressing objects: 100% (4269/4269), done.
remote: Total 4477 (delta 36), reused 468 (delta 13), pack-reused 0
Receiving objects: 100% (4477/4477), 3.55 MiB | 467.00 KiB/s, done.
Resolving deltas: 100% (36/36), done.
remote: Counting objects: 362724, done.
remote: Compressing objects: 100% (148234/148234), done.
remote: Total 362724 (delta 215545), reused 358853 (delta 211685), pack-reused 0
Receiving objects: 100% (362724/362724), 119.34 MiB | 610.00 KiB/s, done.
Resolving deltas: 100% (215545/215545), completed with 3623 local objects.
Updating Homebrew...
Cloning into '/Users/bieler/.julia/v0.6/Homebrew/deps/usr/Library/Taps/staticfloat/homebrew-juliadeps'...
remote: Counting objects: 1868, done.
remote: Total 1868 (delta 0), reused 0 (delta 0), pack-reused 1868
Receiving objects: 100% (1868/1868), 354.37 KiB | 460.00 KiB/s, done.
Resolving deltas: 100% (1118/1118), done.
Cloning into '/Users/bieler/.julia/v0.6/Homebrew/deps/usr/Library/Taps/staticfloat/homebrew-juliatranslated'...
remote: Counting objects: 5, done.
remote: Total 5 (delta 0), reused 0 (delta 0), pack-reused 5
Unpacking objects: 100% (5/5), done.
Reset branch 'stable'
error: tag '9.9.9' not found.
remote: Counting objects: 390, done.
remote: Compressing objects: 100% (162/162), done.
remote: Total 390 (delta 289), reused 327 (delta 227), pack-reused 0
Receiving objects: 100% (390/390), 45.59 KiB | 0 bytes/s, done.
Resolving deltas: 100% (289/289), completed with 47 local objects.
Note: checking out '9.9.9'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at ed9942f... Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs
INFO: Package database updated
julia> using Homebrew
julia> Homebrew.add("Cairo")
==> Installing pixman from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/pixman-0.34.0_1.sierra.bottle.tar.gz
Already downloaded: /Users/bieler/Library/Caches/Homebrew.jl/pixman-0.34.0_1.sierra.bottle.tar.gz
==> Pouring pixman-0.34.0_1.sierra.bottle.tar.gz
🍺 /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/pixman/0.34.0_1: 13 files, 1.3MB
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/pixman/0.34.0_1
==> Installing libpng from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/libpng-1.6.30.sierra.bottle.tar.gz
Already downloaded: /Users/bieler/Library/Caches/Homebrew.jl/libpng-1.6.30.sierra.bottle.tar.gz
==> Pouring libpng-1.6.30.sierra.bottle.tar.gz
🍺 /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/libpng/1.6.30: 26 files, 1.2MB
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/libpng/1.6.30
==> Installing freetype from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/freetype-2.8.sierra.bottle.tar.gz
Already downloaded: /Users/bieler/Library/Caches/Homebrew.jl/freetype-2.8.sierra.bottle.tar.gz
==> Pouring freetype-2.8.sierra.bottle.tar.gz
🍺 /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/freetype/2.8: 63 files, 2.6MB
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/freetype/2.8
==> Installing fontconfig from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/fontconfig-2.12.1_2.sierra.bottle.tar.gz
Already downloaded: /Users/bieler/Library/Caches/Homebrew.jl/fontconfig-2.12.1_2.sierra.bottle.tar.gz
==> Pouring fontconfig-2.12.1_2.sierra.bottle.tar.gz
==> Regenerating font cache, this may take a while
==> /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/fontconfig/2.12.1_2/bin/fc-cache -frv
🍺 /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/fontconfig/2.12.1_2: 486 files, 3.1MB
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/fontconfig/2.12.1_2
==> Installing libffi from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/libffi-3.2.1.sierra.bottle.tar.gz
Already downloaded: /Users/bieler/Library/Caches/Homebrew.jl/libffi-3.2.1.sierra.bottle.tar.gz
==> Pouring libffi-3.2.1.sierra.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /Users/bieler/.julia/v0.6/Homebrew/deps/usr,
because some formulae require a newer version of libffi.
For compilers to find this software you may need to set:
LDFLAGS: -L/Users/bieler/.julia/v0.6/Homebrew/deps/usr/opt/libffi/lib
For pkg-config to find this software you may need to set:
PKG_CONFIG_PATH: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/opt/libffi/lib/pkgconfig
==> Summary
🍺 /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/libffi/3.2.1: 16 files, 297KB
==> Installing pcre from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/pcre-8.41.sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/61/61893a4a65d393f1b4447b79550569b341ba61b49e36900a35f59207bba11923?__gda__=exp=1500491
######################################################################## 100.0%
==> Pouring pcre-8.41.sierra.bottle.tar.gz
🍺 /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/pcre/8.41: 204 files, 5.3MB
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/pcre/8.41
==> Installing gettext from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/gettext-0.19.8.1.sierra.bottle.tar.gz
Already downloaded: /Users/bieler/Library/Caches/Homebrew.jl/gettext-0.19.8.1.sierra.bottle.tar.gz
==> Pouring gettext-0.19.8.1.sierra.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /Users/bieler/.julia/v0.6/Homebrew/deps/usr,
because macOS provides the BSD gettext library & some software gets confused if both are in the library path.
If you need to have this software first in your PATH run:
echo 'export PATH="/Users/bieler/.julia/v0.6/Homebrew/deps/usr/opt/gettext/bin:$PATH"' >> ~/.bash_profile
For compilers to find this software you may need to set:
LDFLAGS: -L/Users/bieler/.julia/v0.6/Homebrew/deps/usr/opt/gettext/lib
CPPFLAGS: -I/Users/bieler/.julia/v0.6/Homebrew/deps/usr/opt/gettext/include
==> Summary
🍺 /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/gettext/0.19.8.1: 1,934 files, 16.9MB
==> Installing glib from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/glib-2.52.3.sierra.bottle.tar.gz
Already downloaded: /Users/bieler/Library/Caches/Homebrew.jl/glib-2.52.3.sierra.bottle.tar.gz
==> Pouring glib-2.52.3.sierra.bottle.tar.gz
🍺 /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/glib/2.52.3: 430 files, 22.6MB
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/glib/2.52.3
==> Installing cairo from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/cairo-1.14.10.sierra.bottle.tar.gz
Already downloaded: /Users/bieler/Library/Caches/Homebrew.jl/cairo-1.14.10.sierra.bottle.tar.gz
==> Pouring cairo-1.14.10.sierra.bottle.tar.gz
🍺 /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/cairo/1.14.10: 118 files, 5.8MB
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/cairo/1.14.10
julia> using Cairo
ERROR: ArgumentError: Module Cairo not found in current path.
Run `Pkg.add("Cairo")` to install the Cairo package.
Stacktrace:
[1] _require(::Symbol) at ./loading.jl:428
[2] require(::Symbol) at ./loading.jl:398
julia> Pkg.add("Cairo")
INFO: Installing Cairo v0.3.0
INFO: Installing ColorTypes v0.5.2
INFO: Installing Colors v0.7.4
INFO: Installing FixedPointNumbers v0.3.8
INFO: Installing Graphics v0.2.0
INFO: Installing NaNMath v0.2.6
INFO: Installing Reexport v0.0.3
INFO: Building Homebrew
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/fontconfig/2.12.1_2
INFO: Building Cairo
WARNING: BinDeps.shlib_ext is deprecated.
likely near /Users/bieler/.julia/v0.6/Cairo/deps/build.jl:112
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/gdbm/1.13
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/pkg-config/0.29.2
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/graphite2/1.3.10
Warning: Building staticfloat/juliatranslated/python from source:
The bottle needs the Apple Command Line Tools to be installed.
You can install them, if desired, with:
xcode-select --install
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/python/2.7.13_1
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/gobject-introspection/1.52.1_1
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/harfbuzz/1.4.7
Warning: Already linked: /Users/bieler/.julia/v0.6/Homebrew/deps/usr/Cellar/pango/1.40.7
INFO: Package database updated
julia>
julia> using Cairo
INFO: Recompiling stale cache file /Users/bieler/.julia/lib/v0.6/Cairo.ji for module Cairo.
julia> ENV
Base.EnvHash with 27 entries:
"TERM_PROGRAM" => "Apple_Terminal"
"SHELL" => "/bin/bash"
"TERM" => "xterm-256color"
"TMPDIR" => "/var/folders/v8/bwtcxlld211fbn7hzh3mv4980000gn/T/"
"Apple_PubSub_Socket_Render" => "/private/tmp/com.apple.launchd.8Wr4jiARh4/Render"
"TERM_PROGRAM_VERSION" => "388"
"TERM_SESSION_ID" => "098D114E-EFC3-42F2-85C2-8A6218EE4C32"
"USER" => "bieler"
"SSH_AUTH_SOCK" => "/private/tmp/com.apple.launchd.s8IU3jFfAN/Listeners"
"__CF_USER_TEXT_ENCODING" => "0x1F5:0x0:0x0"
"PATH" => "/Users/bieler/.julia/v0.6/Homebrew/deps/usr/bin:/Users/bieler/.julia/v0.6/Homebrew/deps/usr/sbin:/A…
"PWD" => "/Users/bieler"
"XPC_FLAGS" => "0x0"
"XPC_SERVICE_NAME" => "0"
"SHLVL" => "1"
"HOME" => "/Users/bieler"
"LOGNAME" => "bieler"
"LC_CTYPE" => "UTF-8"
"SECURITYSESSIONID" => "186a7"
"_" => "/Applications/Julia-0.6.app/Contents/Resources/julia/bin/julia"
"OPENBLAS_MAIN_FREE" => "1"
"FONTCONFIG_PATH" => "/Applications/Julia-0.6.app/Contents/Resources/julia/etc/fonts"
"TK_LIBRARY" => "/System/Library/Frameworks/Tk.framework/Versions/8.5/Resources/Scripts"
"HOMEBREW_CACHE" => "/Users/bieler/Library/Caches/Homebrew.jl/"
"HOMEBREW_NO_AUTO_UPDATE" => "1"
"HOMEBREW_NO_ANALYTICS" => "1"
"PANGO_SYSCONFDIR" => "/Users/bieler/.julia/v0.6/Homebrew/deps/usr/etc"
julia> ENV["PATH"]
"/Users/bieler/.julia/v0.6/Homebrew/deps/usr/bin:/Users/bieler/.julia/v0.6/Homebrew/deps/usr/sbin:/Applications/Julia-0.6.app/Contents/Resources/julia/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Julia-0.4.1.app/Contents/Resources/julia/bin/:/Applications/Julia-0.4.5.app/Contents/Resources/julia/bin/:/Applications/CMake.app/Contents/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment