Created
May 1, 2013 20:14
-
-
Save seanjtaylor/5498002 to your computer and use it in GitHub Desktop.
WTH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
taylorphd-pc:julia sjt$ rm -rf ~/.julia | |
staylorphd-pc:julia sjt$ bin/julia | |
_ | |
_ _ _(_)_ | A fresh approach to technical computing | |
(_) | (_) (_) | Documentation: http://docs.julialang.org | |
_ _ _| |_ __ _ | Type "help()" to list help topics | |
| | | | | | |/ _` | | | |
| | |_| | | | (_| | | Version 0.1.2+111718311.r1187 | |
_/ |\__'_|_|_|\__'_| | Commit 1187040d02 (2013-03-08 10:00:57) | |
|__/ | | |
julia> Pkg.update() | |
MESSAGE: Auto-initializing default package repository /Users/sjt/.julia. | |
Initialized empty Git repository in /Users/sjt/.julia/.git/ | |
[master (root-commit) 374031d] Initial empty commit | |
Cloning into METADATA... | |
remote: Counting objects: 5752, done. | |
remote: Compressing objects: 100% (2866/2866), done. | |
remote: Total 5752 (delta 903), reused 5668 (delta 825) | |
Receiving objects: 100% (5752/5752), 496.82 KiB, done. | |
Resolving deltas: 100% (903/903), done. | |
[master da0a450] Empty package repo | |
2 files changed, 4 insertions(+), 0 deletions(-) | |
create mode 100644 .gitmodules | |
create mode 160000 METADATA | |
create mode 100644 REQUIRE | |
Already up-to-date. | |
ERROR: unknown dependency for NIfTI: StrPack | |
in dependencies at pkg/metadata.jl:155 | |
in ReqsStruct at pkg/resolve.jl:65 | |
in resolve at pkg/resolve.jl:1204 | |
in _resolve at pkg.jl:265 | |
in anonymous at no file:524 | |
in cd at file.jl:26 | |
in cd_pkgdir at pkg.jl:34 | |
in update at pkg.jl:499 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment